mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Clean up
This commit is contained in:
@ -14,8 +14,7 @@
|
||||
(define-env-command! ruby-mode "ruby --version | cut -d' ' -f2")
|
||||
:config
|
||||
;; Formatting
|
||||
(setq ruby-indent-level 2
|
||||
ruby-deep-indent-paren t)
|
||||
(setq ruby-deep-indent-paren t)
|
||||
|
||||
;; Don't interfere with my custom RET behavior
|
||||
(define-key ruby-mode-map [?\n] nil)
|
||||
|
Reference in New Issue
Block a user