Add Rails Server and console to buffer list
This commit is contained in:
parent
bd58f0ae71
commit
6d8811d70c
1 changed files with 2 additions and 1 deletions
|
@ -172,7 +172,8 @@
|
||||||
|
|
||||||
(use-package! projectile-rails
|
(use-package! projectile-rails
|
||||||
:when (featurep! +rails)
|
:when (featurep! +rails)
|
||||||
:hook ((ruby-mode inf-ruby-mode projectile-rails-server-mode) . projectile-rails-mode)
|
:hook (((ruby-mode inf-ruby-mode projectile-rails-server-mode) . projectile-rails-mode)
|
||||||
|
((inf-ruby-mode projectile-rails-server-mode) . doom-mark-buffer-as-real-h))
|
||||||
:init
|
:init
|
||||||
(setq inf-ruby-console-environment "development")
|
(setq inf-ruby-console-environment "development")
|
||||||
(when (featurep! :lang web)
|
(when (featurep! :lang web)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue