Don't enable a mode just to disable it later

This commit is contained in:
Case Duckworth 2021-05-05 12:33:52 -05:00
parent 64ce556a57
commit 47304ba506
1 changed files with 1 additions and 4 deletions

View File

@ -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)