fix the emacs configuration

This commit is contained in:
Sakooooo 2024-07-19 03:07:40 +04:00
parent d65c01246b
commit 875294b8ae

View file

@ -501,6 +501,9 @@ kept-old-versions 5)
;; Use Embark to show command prefix help
(setq prefix-help-command #'embark-prefix-help-command))
(use-package embark-consult
:after embark)
#+end_src
** Corfu (Autocomplete)
#+begin_src emacs-lisp