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-flip-when-above t
|
||||||
company-tooltip-margin 0
|
company-tooltip-margin 0
|
||||||
company-show-quick-access 'left
|
company-show-quick-access 'left
|
||||||
;; fix lowecase completions in raw text
|
;; fix lowercase completions in raw text
|
||||||
compandy-dabbrev-downcase nil)
|
company-dabbrev-downcase nil)
|
||||||
:config
|
:config
|
||||||
(setq company-transformers '(delete-consecutive-dups
|
(setq company-transformers '(delete-consecutive-dups
|
||||||
company-sort-prefer-same-case-prefix
|
company-sort-prefer-same-case-prefix
|
||||||
|
|
Loading…
Reference in a new issue