From 25eaf8983b6c567087fda3b55b8bcaa1ddb071d2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 1 Jul 2014 12:24:19 +0100 Subject: Emacs: Stop company-dabbrev from lowercasing --- tag-emacs/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') 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 -- cgit 1.4.1