Skip to content

Commit

Permalink
Remove texlab.rootDirectory for texlab-5.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ROCKTAKEY committed Aug 3, 2024
1 parent 55d3840 commit be78d98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ These variables are connected to Texlab configuration variables.
See also [[https://github.com/latex-lsp/texlab/wiki/Configuration][Texlab official wiki]].
| Custom variable in Emacs | Configuration provided by Texlab |
|--------------------------------------------------+---------------------------------------------|
| lsp-latex-root-directory | texlab.rootDirectory |
| lsp-latex-build-executable | texlab.build.executable |
| lsp-latex-build-args | texlab.build.args |
| lsp-latex-build-forward-search-after | texlab.build.forwardSearchAfter |
Expand Down
2 changes: 1 addition & 1 deletion lsp-latex.el
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
;; also [Texlab official wiki].
;; Custom variable in Emacs Configuration provided by Texlab
;; -----------------------------------------------------------------------------------------------
;; lsp-latex-root-directory texlab.rootDirectory
;; lsp-latex-build-executable texlab.build.executable
;; lsp-latex-build-args texlab.build.args
;; lsp-latex-build-forward-search-after texlab.build.forwardSearchAfter
Expand Down Expand Up @@ -660,6 +659,7 @@ See also `lsp-completion-sort-initial-results'."
:risky t
:type '(choice string
(const nil)))
(make-obsolete-variable 'lsp-latex-root-directory "Texlab 5.16.1 and more ignore this variable." "3.8.0")

(defcustom lsp-latex-build-executable "latexmk"
"Build command used on `lsp-latex-build'."
Expand Down

0 comments on commit be78d98

Please sign in to comment.