diff --git a/init.el b/init.el index 2a2917e..f512593 100644 --- a/init.el +++ b/init.el @@ -122,9 +122,7 @@ completion-category-overrides '((file (styles . (partial-completion))))) - (:global "M-/" hippie-expand) - - (icomplete-mode +1)) + (:global "M-/" hippie-expand)) (setup cursor (:option cursor-type 'bar @@ -1027,7 +1025,6 @@ if ripgrep is installed, otherwise `consult-grep'." (setq resize-mini-windows 'grow-only) (if (boundp 'comp-deferred-compilation-deny-list) (add-to-list 'comp-deferred-compilation-deny-list "vertico")) - (icomplete-mode -1) (vertico-mode +1)) (setup (:straight web-mode)