summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-06 09:17:07 +0300
committerThanos Apollo <[email protected]>2023-07-06 09:17:07 +0300
commit0a9befc1040d06906f541615d1eaf3d8703f5c46 (patch)
tree8b0e6eff19785bc2d65e363624f4f3ccdcb18bbd
parent3b77113ccbf62eb0441afa247d362f3d501b1c57 (diff)
Add yeetube-read-documentation
Opens documentation.org
-rw-r--r--yeetube.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/yeetube.el b/yeetube.el
index 30a0d0e..463da57 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -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)