Browse Source

Respect case in completion

nixos
Maxime Wack 4 years ago
parent
commit
a333280193
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .emacs

+ 2
- 1
.emacs View File

@@ -1109,7 +1109,8 @@ APPEND is whether to add new events to the diary or to reset it"
tab-always-indent 'complete
company-selection-wrap-around t
company-dabbrev-downcase nil
company-dabbrev-ignore-case t
company-dabbrev-ignore-case nil
company-dabbrev-code-ignore-case t
company-tooltip-align-annotations t
company-minimum-prefix-length 2)



Loading…
Cancel
Save