From 7f96c1d5602a043a2702c03e6bdce309c04417d3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 19 Jul 2019 15:28:29 +0200 Subject: Emacs: make company case-{preserving,sensitize} --- emacs/.emacs.d/main.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 8e66a8b..1b35b83 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -342,6 +342,8 @@ With two prefix arguments, write out the day and month name." :custom ((global-company-mode +1) (company-idle-delay 0) (company-show-numbers t) + (company-dabbrev-downcase nil) + (company-dabbrev-ignore-case nil) (company-begin-commands '(self-insert-command)) (company-auto-complete #'company-explicit-action-p) (company-auto-complete-chars '(?\ ?\( ?\) ?.))) -- cgit 1.4.1