summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-06-07 17:46:09 -0700
committerFranck Cuny <franck@fcuny.net>2023-06-07 17:46:48 -0700
commitef744bbfa95a22a72b780a3a15d4fc4255674308 (patch)
treec6084877b49d60f63606da565b1f32a623e24259
parentlet's drop the eglot format buffer for python (diff)
downloademacs.d-ef744bbfa95a22a72b780a3a15d4fc4255674308.tar.gz
drop the elisp-mode-cape
Change-Id: Ia4eeab20a290305fc774d211d70729dd1118fb30
-rw-r--r--init.org16
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