summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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