From be78d98b28ec27d001972e290b2b5f61591698d4 Mon Sep 17 00:00:00 2001 From: ROCKTAKEY Date: Sat, 3 Aug 2024 18:29:56 +0900 Subject: [PATCH] Remove texlab.rootDirectory for texlab-5.16.1 --- README.org | 1 - lsp-latex.el | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.org b/README.org index edafc2c..b9fa149 100644 --- a/README.org +++ b/README.org @@ -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 | diff --git a/lsp-latex.el b/lsp-latex.el index 198f8c5..68fbd76 100644 --- a/lsp-latex.el +++ b/lsp-latex.el @@ -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 @@ -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'."