fix the emacs configuration
This commit is contained in:
parent
d65c01246b
commit
875294b8ae
1 changed files with 18 additions and 15 deletions
|
@ -483,7 +483,7 @@ kept-old-versions 5)
|
||||||
#+end_src
|
#+end_src
|
||||||
** Embark
|
** Embark
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package embark
|
(use-package embark
|
||||||
:after vertico
|
:after vertico
|
||||||
:bind (("C-." . embark-act)
|
:bind (("C-." . embark-act)
|
||||||
("M-." . embark-dwim)
|
("M-." . embark-dwim)
|
||||||
|
@ -501,6 +501,9 @@ kept-old-versions 5)
|
||||||
;; Use Embark to show command prefix help
|
;; Use Embark to show command prefix help
|
||||||
(setq prefix-help-command #'embark-prefix-help-command))
|
(setq prefix-help-command #'embark-prefix-help-command))
|
||||||
|
|
||||||
|
(use-package embark-consult
|
||||||
|
:after embark)
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** Corfu (Autocomplete)
|
** Corfu (Autocomplete)
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue