+Ignore completion case
Makes completions more fuzzy like
This commit is contained in:
@@ -19,7 +19,7 @@ become my C one soon!
|
|||||||
(setq doom-localleader-key ",")
|
(setq doom-localleader-key ",")
|
||||||
(setq projectile-tags-command "exctags -Re --exclude=Makefile --exclude=node_modules --exclude=bin --exclude=obj --exclude=dist")
|
(setq projectile-tags-command "exctags -Re --exclude=Makefile --exclude=node_modules --exclude=bin --exclude=obj --exclude=dist")
|
||||||
(setq warning-minimum-level :emergency)
|
(setq warning-minimum-level :emergency)
|
||||||
(add-to-list 'auto-mode-alist '("\\.ejs\\" . web-mode))
|
(setq completion-ignore-case t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
- '<SPC>m' is right next to ',', so may as well use one tap instead of two
|
- '<SPC>m' is right next to ',', so may as well use one tap instead of two
|
||||||
- Projectile tags commands
|
- Projectile tags commands
|
||||||
|
|||||||
Reference in New Issue
Block a user