summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-26 15:28:36 -0500
committerCase Duckworth2021-04-26 15:28:36 -0500
commitba19fdbc6964c77480d8131ce0ac5c68dc6d900e (patch)
treef34967cc4208c833b52885cd9992323b81171cfc /init.el
parentChange `:mode' to `:file-match' (diff)
downloademacs-ba19fdbc6964c77480d8131ce0ac5c68dc6d900e.tar.gz
emacs-ba19fdbc6964c77480d8131ce0ac5c68dc6d900e.zip
Comment out icomplete-mode
Sometimes it'd be called and the function turning it off wouldn't be, for some
reason.  Weird stuff.
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 7af2e3e..bc9377b 100644 --- a/init.el +++ b/init.el
@@ -173,7 +173,7 @@
173 completion-category-defaults nil 173 completion-category-defaults nil
174 completion-category-overrides 174 completion-category-overrides
175 '((file (styles . (partial-completion))))) 175 '((file (styles . (partial-completion)))))
176 (icomplete-mode +1) 176 ;; (icomplete-mode +1)
177 177
178 ;; Emoji 178 ;; Emoji
179 (when-let* ((ffl (font-family-list)) 179 (when-let* ((ffl (font-family-list))