diff options
Diffstat (limited to '')
-rw-r--r-- | init.org | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/init.org b/init.org index e1c10df..09550bc 100644 --- a/init.org +++ b/init.org @@ -483,22 +483,6 @@ Automatically revert buffers if the file has changed on disk. (add-to-list 'completion-at-point-functions #'cape-abbrev)) #+end_src -*** elisp-mode-cape - -#+begin_src emacs-lisp -(use-package elisp-mode-cape - :after (cape elisp-mode) - :hook (emacs-lisp-mode . my/setup-elisp) - :preface - (defun my/setup-elisp () - (setq-local completion-at-point-functions - `(,(cape-super-capf - #'elisp-completion-at-point - #'cape-dabbrev) - cape-file) - cape-dabbrev-min-length 5))) -#+end_src - *** embark #+begin_src emacs-lisp |