fix rails server lag
This commit is contained in:
parent
375faedb1b
commit
8bb5cd2c62
2 changed files with 13 additions and 1 deletions
|
@ -183,6 +183,7 @@
|
|||
:hook (projectile-rails-mode . auto-insert-mode)
|
||||
:init
|
||||
(setq auto-insert-query nil)
|
||||
(setq projectile-rails-custom-server-command "bundle exec spring rails server --no-log-to-stdout")
|
||||
(setq inf-ruby-console-environment "development")
|
||||
(when (featurep! :lang web)
|
||||
(add-hook 'web-mode-hook #'projectile-rails-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue