Fix lowecase completions in raw text

This commit is contained in:
outfoxxed 2023-02-20 00:19:33 -08:00
parent e7cbbcbb92
commit 15e9eea1f2
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 3 additions and 1 deletions

View File

@ -240,7 +240,9 @@
company-tooltip-align-annotations t
company-tooltip-flip-when-above t
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
(setq company-transformers '(delete-consecutive-dups
company-sort-prefer-same-case-prefix