diff options
author | Thanos Apollo <[email protected]> | 2023-07-06 09:17:07 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-06 09:17:07 +0300 |
commit | 0a9befc1040d06906f541615d1eaf3d8703f5c46 (patch) | |
tree | 8b0e6eff19785bc2d65e363624f4f3ccdcb18bbd | |
parent | 3b77113ccbf62eb0441afa247d362f3d501b1c57 (diff) |
Add yeetube-read-documentation
Opens documentation.org
-rw-r--r-- | yeetube.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -352,6 +352,10 @@ OPERATION & WHERE are required to work with 'add-variable-watcher." (switch-to-buffer buffer-cur)) (goto-char (mark)))) +(defun yeetube-read-documentation () + "Read yeetube.el Documentation." + (interactive) + (find-file (expand-file-name "documentation.org"))) ;; Variable to watch (add-variable-watcher 'yeetube-download-directory #'yeetube-update-info) |