diff options
author | Case Duckworth | 2021-04-26 15:28:36 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-26 15:28:36 -0500 |
commit | ba19fdbc6964c77480d8131ce0ac5c68dc6d900e (patch) | |
tree | f34967cc4208c833b52885cd9992323b81171cfc | |
parent | Change `:mode' to `:file-match' (diff) | |
download | emacs-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.
-rw-r--r-- | init.el | 2 |
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)) |