fix problem ?
This commit is contained in:
parent
98063b3e14
commit
de100722f1
1 changed files with 7 additions and 8 deletions
11
ReadMe.org
11
ReadMe.org
|
@ -549,6 +549,7 @@ Completions are at the core of the editing experience, I try to use a stack that
|
||||||
("DEL" . vertico-directory-delete-char)
|
("DEL" . vertico-directory-delete-char)
|
||||||
("M-DEL" . vertico-directory-delete-word))
|
("M-DEL" . vertico-directory-delete-word))
|
||||||
:init
|
:init
|
||||||
|
:config
|
||||||
(vertico-mode))
|
(vertico-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
@ -1341,8 +1342,6 @@ I use ~notmuch~ to index and search through my large mail inboxes.
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp :tangle "init.el"
|
#+begin_src emacs-lisp :tangle "init.el"
|
||||||
(use-package notmuch-addr
|
(use-package notmuch-addr
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
@ -1752,11 +1751,11 @@ Well, why not use it for PDF? Also integrate with /LaTeX/ etc.
|
||||||
(use-package consult-flycheck
|
(use-package consult-flycheck
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
||||||
(use-package eglot-ltex
|
(use-package eglot-ltex-plus
|
||||||
:ensure (:host github :repo "emacs-languagetool/eglot-ltex")
|
:ensure (:host github :repo "emacs-languagetool/eglot-ltex-plus")
|
||||||
:init
|
:init
|
||||||
(setq eglot-ltex-server-path "ltex-cli"
|
(setq eglot-ltex-plus-server-path (executable-find "ltex-ls-plus"))
|
||||||
eglot-ltex-communication-channel 'stdio))
|
(setq eglot-ltex-plus-communication-channel 'stdio))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue