diff options
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 8e66a8bc..1b35b832 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -342,6 +342,8 @@ With two prefix arguments, write out the day and month name." :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 '(?\ ?\( ?\) ?.))) |