From ef744bbfa95a22a72b780a3a15d4fc4255674308 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 7 Jun 2023 17:46:09 -0700 Subject: drop the elisp-mode-cape Change-Id: Ia4eeab20a290305fc774d211d70729dd1118fb30 --- init.org | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'init.org') 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 -- cgit 1.4.1