summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2019-06-21 11:31:35 +0200
committerAlan Pearce2019-06-21 11:31:35 +0200
commit213282192859e30d5d0138d71f90679c33c4d35d (patch)
tree88625702db9453ee9d8e1a0bb2557fe17ac43739 /emacs/.emacs.d
parent50ee567459955554683df62d95e391e8e9a94c07 (diff)
downloaddotfiles-213282192859e30d5d0138d71f90679c33c4d35d.tar.lz
dotfiles-213282192859e30d5d0138d71f90679c33c4d35d.tar.zst
dotfiles-213282192859e30d5d0138d71f90679c33c4d35d.zip
Emacs: Don't normalise case of dabbrev completions
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el3
1 files changed, 2 insertions, 1 deletions
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