Fix lowercase completions (real)

This commit is contained in:
outfoxxed 2023-02-21 18:20:50 -08:00
parent 15e9eea1f2
commit 9162724e8a
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -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