From 70f513c463c71afe8bc76104bb3664a512461abb Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 21 Jul 2020 00:06:09 +0200 Subject: Adapt autocomplete case sensitivity --- gui/conf/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/conf/init.el b/gui/conf/init.el index 05ac74a..5f72c5f 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -47,6 +47,8 @@ (setq-default c-basic-offset 2) (setq-default python-indent-offset 4) +(setq dabbrev-case-fold-search nil) + (setq password-cache t) (setq password-cache-expiry 3600) -- cgit v1.2.3