attempt
This commit is contained in:
parent
27743d95b1
commit
4c09bc4150
1 changed files with 8 additions and 2 deletions
|
@ -550,7 +550,7 @@ kept-old-versions 5)
|
|||
:after embark)
|
||||
|
||||
#+end_src
|
||||
** Corfu (Autocomplete)
|
||||
** Corfu
|
||||
#+begin_src emacs-lisp
|
||||
(use-package corfu
|
||||
:bind (:map corfu-map
|
||||
|
@ -579,6 +579,12 @@ kept-old-versions 5)
|
|||
|
||||
(add-hook 'minibuffer-setup-hook #'corfu-enable-in-minibuffer))
|
||||
#+end_src
|
||||
** Cape
|
||||
#+begin_src emacs-lisp
|
||||
(use-package cape
|
||||
:init
|
||||
(advice-add 'eglot-completion-at-point :around #'cape-wrap-buster))
|
||||
#+end_src
|
||||
** Dashboard
|
||||
#+begin_src emacs-lisp
|
||||
(use-package dashboard
|
||||
|
|
Loading…
Reference in a new issue