about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-08 14:17:05 -0600
committerCase Duckworth2022-02-08 14:17:05 -0600
commit3b34e8cf3596d8e4ebc0207614977ed380f7209c (patch)
treecd79c5b6ebba02908698409dad3c4fdac48b1c0b /init.el
parentHook visual-fill-column-mode into markdown-mode (diff)
downloademacs-3b34e8cf3596d8e4ebc0207614977ed380f7209c.tar.gz
emacs-3b34e8cf3596d8e4ebc0207614977ed380f7209c.zip
Add corfu
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 34a9112..01d3f7f 100644 --- a/init.el +++ b/init.el
@@ -1145,6 +1145,10 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers."
1145 (:bind "C-x C-d" #'consult-dir 1145 (:bind "C-x C-d" #'consult-dir
1146 "C-x C-j" #'consult-dir-jump-file))) 1146 "C-x C-j" #'consult-dir-jump-file)))
1147 1147
1148(setup (:straight corfu)
1149 (+with-ensure-after-init
1150 (corfu-global-mode +1)))
1151
1148(setup (:straight crossword) 1152(setup (:straight crossword)
1149 ;; This isn't the perfect Emacs crossword puzzle, but it's the only one I 1153 ;; This isn't the perfect Emacs crossword puzzle, but it's the only one I
1150 ;; know. 1154 ;; know.