diff options
author | Alan Pearce | 2019-06-21 11:31:35 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-21 11:31:35 +0200 |
commit | 213282192859e30d5d0138d71f90679c33c4d35d (patch) | |
tree | 88625702db9453ee9d8e1a0bb2557fe17ac43739 /emacs | |
parent | 50ee567459955554683df62d95e391e8e9a94c07 (diff) | |
download | dotfiles-213282192859e30d5d0138d71f90679c33c4d35d.tar.lz dotfiles-213282192859e30d5d0138d71f90679c33c4d35d.tar.zst dotfiles-213282192859e30d5d0138d71f90679c33c4d35d.zip |
Emacs: Don't normalise case of dabbrev completions
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 3 |
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 |