diff --git a/eaf.el b/eaf.el index f295841ad..d3fd5cc6a 100644 --- a/eaf.el +++ b/eaf.el @@ -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"))))