Compare commits
No commits in common. "b6dc907ad848d9503d974d4f223d8b3440514bd3" and "8f0334c51b2a3818be77198ddb80883dac177c02" have entirely different histories.
b6dc907ad8
...
8f0334c51b
@ -22,9 +22,9 @@
|
||||
:hook ((elpaca-after-init . global-corfu-mode)
|
||||
(corfu-mode . corfu-popupinfo-mode))
|
||||
:bind (:map corfu-map
|
||||
(("<tab>" . corfu-quit)
|
||||
("<tab>" . corfu-quit)
|
||||
("<escape>" . corfu-quit)
|
||||
("<SPC>" . coruf-insert-separator)))
|
||||
("<SPC>" . corfu-insert-separator))
|
||||
:custom
|
||||
(corfu-auto t)
|
||||
:config
|
||||
@ -34,12 +34,6 @@
|
||||
corfu-cycle t
|
||||
corfu-preview-current nil
|
||||
corfu-quit-no-match t)
|
||||
(when (< emacs-major-version 29)
|
||||
(advice-add 'pcomplete-completions-at-point :around #'cape-wrap-silent)
|
||||
(advice-add 'pcomplete-completions-at-point :around #'cape-wrap-purify))
|
||||
(corfu-history-mode 1)
|
||||
(savehist-mode 1)
|
||||
(add-to-list 'savehist-additional-variables 'corfu-history)
|
||||
)
|
||||
|
||||
;; Cambia la forma de mostrar y buscar sugerencias (afecta a corfu, pero también a otros como vertico).
|
||||
|
Loading…
Reference in New Issue
Block a user