From 47304ba506755168358fbd1e8f9069b06c134563 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 5 May 2021 12:33:52 -0500 Subject: Don't enable a mode just to disable it later --- init.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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) -- cgit 1.4.1-21-gabe81