Correct make-buffer-local => make-local-variable
Reported by @UndeadKernel
This commit is contained in:
parent
bc87ccf894
commit
445ca59b67
1 changed files with 1 additions and 1 deletions
|
@ -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-buffer-local 'company-backends)
|
||||
(make-local-variable 'company-backends)
|
||||
(company-auctex-init)))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue