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
|
(use-package crystal-mode
|
||||||
:mode "\\.cr$"
|
:mode "\\.cr$"
|
||||||
:interpreter "crystal"
|
:interpreter "crystal"
|
||||||
:init
|
|
||||||
(after! editorconfig
|
|
||||||
(push '(crystal-mode crystal-indent-level)
|
|
||||||
editorconfig-indentation-alist))
|
|
||||||
:config
|
:config
|
||||||
(after! quickrun
|
(after! quickrun
|
||||||
(quickrun-add-command
|
(quickrun-add-command
|
||||||
|
Reference in New Issue
Block a user