From bfa2af03349f08d4943c43fefa178545558a715f Mon Sep 17 00:00:00 2001 From: oreodave Date: Sun, 11 Aug 2019 01:14:53 +0100 Subject: +Ignore completion case Makes completions more fuzzy like --- doom.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doom.d/config.org') diff --git a/doom.d/config.org b/doom.d/config.org index fa38104..48f8291 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -19,7 +19,7 @@ become my C one soon! (setq doom-localleader-key ",") (setq projectile-tags-command "exctags -Re --exclude=Makefile --exclude=node_modules --exclude=bin --exclude=obj --exclude=dist") (setq warning-minimum-level :emergency) -(add-to-list 'auto-mode-alist '("\\.ejs\\" . web-mode)) +(setq completion-ignore-case t) #+END_SRC - 'm' is right next to ',', so may as well use one tap instead of two - Projectile tags commands -- cgit v1.2.3-13-gbd6f