From 213282192859e30d5d0138d71f90679c33c4d35d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 21 Jun 2019 11:31:35 +0200 Subject: Emacs: Don't normalise case of dabbrev completions --- emacs/.emacs.d/main.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 2e7283d..160c8b5 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -306,7 +306,8 @@ With two prefix arguments, write out the day and month name." (use-package all-the-icons) (use-package company-box - :custom ((company-box-enable-icon nil)) + :custom ((company-box-enable-icon nil) + (company-dabbrev-downcase nil)) :ghook 'company-mode-hook) ;;; Documentation -- cgit 1.4.1