Improvements to autocompletion with eglot.

Add a function to toggle autocompletion and improve the
competion-at-point-functions when eglot is rinning using cape-capf-super.
This commit is contained in:
kj
2025-09-01 12:35:10 -03:00
parent a6b197b6a4
commit 709ca7fe27
4 changed files with 25 additions and 7 deletions

View File

@ -88,7 +88,7 @@
:hook (prog-mode . (lambda ()
(unless (derived-mode-p 'makefile-mode)
(flymake-mode))))
:config
:init
(remove-hook 'flymake-diagnostic-functions 'flymake-proc-legacy-flymake)
)