mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
crystal-mode: remove editorconfig indent config (merged upstream)
This commit is contained in:
@ -3,10 +3,6 @@
|
||||
(use-package crystal-mode
|
||||
:mode "\\.cr$"
|
||||
:interpreter "crystal"
|
||||
:init
|
||||
(after! editorconfig
|
||||
(push '(crystal-mode crystal-indent-level)
|
||||
editorconfig-indentation-alist))
|
||||
:config
|
||||
(after! quickrun
|
||||
(quickrun-add-command
|
||||
|
Reference in New Issue
Block a user