diff --git a/init.el b/init.el index 232997b..cc5cffd 100755 --- a/init.el +++ b/init.el @@ -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