Fix lowercase completions (real)
This commit is contained in:
parent
15e9eea1f2
commit
9162724e8a
4
init.el
4
init.el
|
@ -241,8 +241,8 @@
|
|||
company-tooltip-flip-when-above t
|
||||
company-tooltip-margin 0
|
||||
company-show-quick-access 'left
|
||||
;; fix lowecase completions in raw text
|
||||
compandy-dabbrev-downcase nil)
|
||||
;; fix lowercase completions in raw text
|
||||
company-dabbrev-downcase nil)
|
||||
:config
|
||||
(setq company-transformers '(delete-consecutive-dups
|
||||
company-sort-prefer-same-case-prefix
|
||||
|
|
Loading…
Reference in a new issue