branch: externals/easy-escape commit 2510683bfb19663578362e3820b8582581c3f8ad Author: Clément Pit--Claudel <clement.pitclau...@live.com> Commit: Clément Pit--Claudel <clement.pitclau...@live.com>
Add emacs-lisp hook to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eef7efb..f0c79cd 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ This will be valid if the package gets accepted on MELPA: ```elisp ;; Replace 'lisp-mode-hook with 'prog-mode-hook to enable everywhere (add-hook 'lisp-mode-hook 'easy-escape-minor-mode) + (add-hook 'emacs-lisp-mode-hook 'easy-escape-minor-mode) ``` ### Alternative setup