summaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
Diffstat (limited to 'yeetube.el')
-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)