mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
make-variable-buffer-local -> make-local-variable
It is more correct to use the latter.
This commit is contained in:
@ -206,7 +206,7 @@
|
||||
;; major-mode as `latex-mode', but uses LaTeX-mode-hook for its mode, which is
|
||||
;; not something `set-company-backend!' anticipates (and shouldn't have to!)
|
||||
(add-hook! LaTeX-mode
|
||||
(make-variable-buffer-local 'company-backends)
|
||||
(make-buffer-local 'company-backends)
|
||||
(company-auctex-init)))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user