summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-07-01 12:24:19 +0100
committerAlan Pearce2014-07-01 12:24:19 +0100
commit25eaf8983b6c567087fda3b55b8bcaa1ddb071d2 (patch)
treef62ba65fe457265095f880e340dd2292252f4a29 /tag-emacs
parent8a5b48b06158e946adee6afbe8873b6cfc09853b (diff)
downloaddotfiles-25eaf8983b6c567087fda3b55b8bcaa1ddb071d2.tar.lz
dotfiles-25eaf8983b6c567087fda3b55b8bcaa1ddb071d2.tar.zst
dotfiles-25eaf8983b6c567087fda3b55b8bcaa1ddb071d2.zip
Emacs: Stop company-dabbrev from lowercasing
Diffstat (limited to 'tag-emacs')
-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 de3db29..ca3842f 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