mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fixed broken hook
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user