about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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.