Skip to content

Commit

Permalink
Make eaf-install-dependencies autoloadable (emacs-eaf#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalanicolai authored Jan 13, 2021
1 parent a4d2483 commit b6a7c71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eaf.el
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@

(add-subdirs-to-load-path (expand-file-name "app" (file-name-directory (locate-library "eaf"))))

(defun install-eaf-dependencies ()
;;;###autoload
(defun eaf-install-dependencies ()
(interactive)
(let ((default-directory "/sudo::")
(eaf-dir (file-name-directory (locate-library "eaf"))))
Expand Down

0 comments on commit b6a7c71

Please sign in to comment.