forked from FG42/FG42
1
0
Fork 0

latex/init.el: add (interactive) to latex-run-lsp

This commit is contained in:
amirhoshangi 2019-12-10 23:32:44 +03:30
parent 1ab29699ff
commit 0bc5d8aab8
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
;;; Commentary:
;;; Code:
(defun latex-run-lsp ()
(interactive)
"Run lsp-mode and set the texlab executable path."
(require 'extensions/latex/lsp-latex)
(setq lsp-latex-texlab-executable "texlab")