mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/rust: remove editorconfig-indentation-alist entry
Merged upstream in editorconfig/editorconfig-emacs#208
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user