From 0a9befc1040d06906f541615d1eaf3d8703f5c46 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 6 Jul 2023 09:17:07 +0300 Subject: Add yeetube-read-documentation Opens documentation.org --- yeetube.el | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.3