summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2024-11-17 14:59:48 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2024-11-17 14:59:48 +0000
commit0906f2f8c3b762b7ca8b1f01f49515765c101aee (patch)
tree1d70fcdbda9ed026531eeb337263c6b33f3046e0
parentae55da8751310d18c0dd82a11d2fa6f65d5659eb (diff)
emacs: Do not add ‘flex’ to completion-styles
-rw-r--r--emacs/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 4f1d5c5..5140228 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -29,8 +29,6 @@
(setq-default indent-tabs-mode nil)
-(add-to-list 'completion-styles 'flex)
-
(put 'list-timers 'disabled nil)
(add-hook 'after-init-hook #'my/display-startup-time)