Fix lowecase completions in raw text
This commit is contained in:
parent
e7cbbcbb92
commit
15e9eea1f2
4
init.el
4
init.el
|
@ -240,7 +240,9 @@
|
||||||
company-tooltip-align-annotations t
|
company-tooltip-align-annotations t
|
||||||
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
|
||||||
|
compandy-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