aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-01-17 14:12:33 -0500
committerJesús <heckyel@hyperbola.info>2022-01-17 14:12:33 -0500
commitf9598f58723ee5998d592b1d834d62a2726adaa6 (patch)
tree60154a14aa15d1f0c49c2587092677e879004175
parentd486156ba807bb99242d1d15b8c9392a0288713c (diff)
downloademacs-personal-f9598f58723ee5998d592b1d834d62a2726adaa6.tar.lz
emacs-personal-f9598f58723ee5998d592b1d834d62a2726adaa6.tar.xz
emacs-personal-f9598f58723ee5998d592b1d834d62a2726adaa6.zip
init-linter: simple syntax
-rw-r--r--modules/init-linter.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/init-linter.el b/modules/init-linter.el
index 3f130f0..9caddc5 100644
--- a/modules/init-linter.el
+++ b/modules/init-linter.el
@@ -16,11 +16,11 @@
:custom
(lsp-clients-angular-language-server-command
'("node"
- (concat "~" "/virtualenvs/ndjs/lib/node_modules/@angular/language-server")
+ ("~/virtualenvs/ndjs/lib/node_modules/@angular/language-server")
"--ngProbeLocations"
- (concat "~" "virtualenvs/ndjs/lib/node_modules")
+ ("~/virtualenvs/ndjs/lib/node_modules")
"--tsProbeLocations"
- (concat "~" "virtualenvs/ndjs/lib/node_modules")
+ ("~/virtualenvs/ndjs/lib/node_modules")
"--stdio"))
(lsp-diagnostics-provider :none)
:commands (lsp lsp-deferred))