Skip to content

Commit 0c21579

Browse files
committed
load yasnippet as a mixin
1 parent 9f6e148 commit 0c21579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ Start an unlimited search at `point-min' otherwise."
749749
(add-hook 'org-mode-hook (lambda ()
750750
(setq completion-ignore-case t)
751751
(setq company-minimum-prefix-length 1)
752-
(setq-local company-backends '((company-files company-yasnippet company-capf :with company-dabbrev-code) ))))
752+
(setq-local company-backends '(company-files company-capf :with company-dabbrev-code company-yasnippet))))
753753

754754
(add-hook 'company-after-completion-hook (lambda (canidate)
755755
(if (derived-mode-p 'org-mode)

0 commit comments

Comments
 (0)