add corfu
This commit is contained in:
parent
7ba29e0ff0
commit
60ba351808
1 changed files with 11 additions and 0 deletions
11
init.el
11
init.el
|
|
@ -42,6 +42,17 @@
|
||||||
(use-package smartparens
|
(use-package smartparens
|
||||||
:config (require 'smartparens-config)
|
:config (require 'smartparens-config)
|
||||||
:init (smartparens-global-mode))
|
:init (smartparens-global-mode))
|
||||||
|
(use-package corfu
|
||||||
|
:demand t
|
||||||
|
:custom
|
||||||
|
(corfu-auto t)
|
||||||
|
(corfu-seperator ?-)
|
||||||
|
(corfu-auto-prefix 2)
|
||||||
|
:init
|
||||||
|
(global-corfu-mode)
|
||||||
|
(corfu-history-mode 1)
|
||||||
|
(corfu-popupinfo-mode 1))
|
||||||
|
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
;; custom-set-variables was added by Custom.
|
;; custom-set-variables was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue