mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
Added company reftex support.
This commit is contained in:
@@ -205,6 +205,11 @@
|
||||
(make-local-variable 'company-backends)
|
||||
(company-auctex-init)))
|
||||
|
||||
(def-package! company-reftex
|
||||
:after reftex
|
||||
:config
|
||||
(set-company-backend! 'reftex-mode 'company-reftex-labels 'company-reftex-citations))
|
||||
|
||||
;; Nicely indent lines that have wrapped when visual line mode is activated
|
||||
(def-package! adaptive-wrap
|
||||
:hook (LaTeX-mode . adaptive-wrap-prefix-mode)
|
||||
|
Reference in New Issue
Block a user