diff options
-rw-r--r-- | init.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/init.el b/init.el index 2a2917e..f512593 100644 --- a/init.el +++ b/init.el | |||
@@ -122,9 +122,7 @@ | |||
122 | completion-category-overrides | 122 | completion-category-overrides |
123 | '((file (styles . (partial-completion))))) | 123 | '((file (styles . (partial-completion))))) |
124 | 124 | ||
125 | (:global "M-/" hippie-expand) | 125 | (:global "M-/" hippie-expand)) |
126 | |||
127 | (icomplete-mode +1)) | ||
128 | 126 | ||
129 | (setup cursor | 127 | (setup cursor |
130 | (:option cursor-type 'bar | 128 | (:option cursor-type 'bar |
@@ -1027,7 +1025,6 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
1027 | (setq resize-mini-windows 'grow-only) | 1025 | (setq resize-mini-windows 'grow-only) |
1028 | (if (boundp 'comp-deferred-compilation-deny-list) | 1026 | (if (boundp 'comp-deferred-compilation-deny-list) |
1029 | (add-to-list 'comp-deferred-compilation-deny-list "vertico")) | 1027 | (add-to-list 'comp-deferred-compilation-deny-list "vertico")) |
1030 | (icomplete-mode -1) | ||
1031 | (vertico-mode +1)) | 1028 | (vertico-mode +1)) |
1032 | 1029 | ||
1033 | (setup (:straight web-mode) | 1030 | (setup (:straight web-mode) |