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")
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue