We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6e148 commit 0c21579Copy full SHA for 0c21579
init.el
@@ -749,7 +749,7 @@ Start an unlimited search at `point-min' otherwise."
749
(add-hook 'org-mode-hook (lambda ()
750
(setq completion-ignore-case t)
751
(setq company-minimum-prefix-length 1)
752
- (setq-local company-backends '((company-files company-yasnippet company-capf :with company-dabbrev-code) ))))
+ (setq-local company-backends '(company-files company-capf :with company-dabbrev-code company-yasnippet))))
753
754
(add-hook 'company-after-completion-hook (lambda (canidate)
755
(if (derived-mode-p 'org-mode)
0 commit comments