diff options
author | Case Duckworth | 2022-02-08 14:17:05 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-08 14:17:05 -0600 |
commit | 3b34e8cf3596d8e4ebc0207614977ed380f7209c (patch) | |
tree | cd79c5b6ebba02908698409dad3c4fdac48b1c0b /init.el | |
parent | Hook visual-fill-column-mode into markdown-mode (diff) | |
download | emacs-3b34e8cf3596d8e4ebc0207614977ed380f7209c.tar.gz emacs-3b34e8cf3596d8e4ebc0207614977ed380f7209c.zip |
Add corfu
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
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. |