fixed broken hook
This commit is contained in:
parent
c93c595ba3
commit
9eccdd5c1b
1 changed files with 5 additions and 2 deletions
|
@ -196,8 +196,11 @@
|
||||||
|
|
||||||
(def-package! company-auctex
|
(def-package! company-auctex
|
||||||
:when (featurep! :completion company)
|
:when (featurep! :completion company)
|
||||||
:hook (LaTeX-mode . ((make-local-variable 'company-backends)
|
:after latex
|
||||||
(company-auctex-init))))
|
:config
|
||||||
|
(add-hook! LaTeX-mode
|
||||||
|
(make-local-variable 'company-backends)
|
||||||
|
(company-auctex-init)))
|
||||||
|
|
||||||
;; Nicely indent lines that have wrapped when visual line mode is activated
|
;; Nicely indent lines that have wrapped when visual line mode is activated
|
||||||
(def-package! adaptive-wrap
|
(def-package! adaptive-wrap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue