aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorAlex <alex.corcoles@veecle.io>2025-04-29 17:11:50 +0200
committeralexpdp7 <alex@corcoles.net>2025-04-29 17:14:30 +0200
commit4bc21e42645095cb93879c924cd37a5ca9f42e24 (patch)
tree4d908f781238162e3c2e20fbcdab8ba2073d553f /emacs
parentac9b85a7c08657e7cf1ad85e2e5a6f93a3d9375a (diff)
Fix editorconfig nag
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index 30a51581..324f0055 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -72,7 +72,9 @@
:config
(setq rustic-format-on-save t)
(setq rustic-rustfmt-args "--edition 2018")
- (setq rustic-lsp-client 'eglot))
+ (setq rustic-lsp-client 'eglot)
+ ;; https://github.com/emacs-rustic/rustic/issues/99
+ (put 'rustic-indent-offset 'safe-local-variable 'integerp))
;; https://download.eclipse.org/jdtls/milestones/1.43.0/jdt-language-server-1.43.0-202412191447.tar.gz is the last language server that supports Debian 12 JDK
;; Untar the archive and symlink the jdtls binary in ~/.local/bin