summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index de3db295..ca3842fe 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -195,7 +195,8 @@
                 company-idle-delay .3
                 company-begin-commands '(self-insert-command)
                 company-auto-complete #'company-explicit-action-p
-                company-auto-complete-chars '(?\ ?\( ?\) ?.))))
+                company-auto-complete-chars '(?\ ?\( ?\) ?.)
+                company-dabbrev-downcase nil)))
 
 ;;;; Dates & Times