all repos — nixfiles @ 7f96c1d5602a043a2702c03e6bdce309c04417d3

System and user configuration, managed by nix and home-manager

Emacs: make company case-{preserving,sensitize}
Alan Pearce alan@alanpearce.eu
Fri, 19 Jul 2019 15:28:29 +0200
commit

7f96c1d5602a043a2702c03e6bdce309c04417d3

parent

04a61b9a8b9aa4628deb96f08c26d85500b623cc

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -342,6 +342,8 @@ :commands (company-explicit-action-p)   :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 '(?\ ?\( ?\) ?.)))