mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Yet another big update
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
(setq enh-ruby-check-syntax nil)
|
||||
|
||||
(add-hook 'enh-ruby-mode-hook 'enable-tab-width-2)
|
||||
(add-hook! 'enh-ruby-mode-hook (set-build-command "rake %s" "Rakefile"))
|
||||
|
||||
(define-key enh-ruby-mode-map [?\n] nil)
|
||||
|
||||
@ -54,7 +55,8 @@
|
||||
|
||||
(define-minor-mode rake-mode
|
||||
"Buffer local minor mode for rake files"
|
||||
:lighter " Rake")
|
||||
:lighter " Rake"
|
||||
(my--init-yas-mode 'rake-mode))
|
||||
|
||||
(use-package inf-ruby
|
||||
:commands (inf-ruby inf-ruby-console-auto)
|
||||
|
Reference in New Issue
Block a user