lang/rust: remove editorconfig-indentation-alist entry
Merged upstream in editorconfig/editorconfig-emacs#208
This commit is contained in:
parent
fb692a843f
commit
0e114b6766
1 changed files with 1 additions and 6 deletions
|
@ -26,12 +26,7 @@
|
||||||
|
|
||||||
(set-docsets! '(rust-mode rustic-mode) "Rust")
|
(set-docsets! '(rust-mode rustic-mode) "Rust")
|
||||||
(when (featurep! +lsp)
|
(when (featurep! +lsp)
|
||||||
(add-hook 'rust-mode-local-vars-hook #'lsp!))
|
(add-hook 'rust-mode-local-vars-hook #'lsp!)))
|
||||||
|
|
||||||
(when (featurep! :tools editorconfig)
|
|
||||||
(after! editorconfig
|
|
||||||
(pushnew! editorconfig-indentation-alist
|
|
||||||
'(rustic-mode rustic-indent-offset)))))
|
|
||||||
|
|
||||||
|
|
||||||
(use-package! racer
|
(use-package! racer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue