diff options
author | Thanos Apollo <[email protected]> | 2023-07-07 09:26:44 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-07 09:26:44 +0300 |
commit | 7cefb9f141041b4e263db0531a7a948eb280773f (patch) | |
tree | 8a91f53c7bb06a8251af30a1b519f7fbd5728cd0 | |
parent | 6b649d55eaa23433bc8ba36b8482fd32916c7f4f (diff) |
remove yeetube-read-manual
Who reads the manual anyway?
-rw-r--r-- | yeetube.el | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -393,10 +393,6 @@ OPERATION & WHERE are required to work with 'add-variable-watcher." (switch-to-buffer buffer-cur)) (goto-char (mark)))) -(defun yeetube-read-manual () - "Read yeetube.el Manual." - (interactive) - (find-file (expand-file-name "manual.org"))) ;; Variable to watch (add-variable-watcher 'yeetube-download-directory #'yeetube-update-info) |