mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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")
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'rust-mode-local-vars-hook #'lsp!))
|
||||
|
||||
(when (featurep! :tools editorconfig)
|
||||
(after! editorconfig
|
||||
(pushnew! editorconfig-indentation-alist
|
||||
'(rustic-mode rustic-indent-offset)))))
|
||||
(add-hook 'rust-mode-local-vars-hook #'lsp!)))
|
||||
|
||||
|
||||
(use-package! racer
|
||||
|
Reference in New Issue
Block a user