hack to description

This commit is contained in:
Otávio Schwanck 2020-05-17 02:20:53 -03:00
parent 4cb7f48e03
commit 771d062e67

View file

@ -7,13 +7,13 @@
- [[#description][Description]] - [[#description][Description]]
- [[#module-flags][Module Flags]] - [[#module-flags][Module Flags]]
- [[#packages][Packages]] - [[#packages][Packages]]
- [[#hacks][Hacks]]
- [[#prerequisites][Prerequisites]] - [[#prerequisites][Prerequisites]]
- [[#ubuntu][Ubuntu]] - [[#ubuntu][Ubuntu]]
- [[#macos][MacOS]] - [[#macos][MacOS]]
- [[#windows][Windows]] - [[#windows][Windows]]
- [[#appendix][Appendix]] - [[#appendix][Appendix]]
- [[#commands][Commands]] - [[#commands][Commands]]
- [[#hacks][Hacks]]
* Description * Description
This module add Ruby and optional Ruby on Rails support to Emacs. This module add Ruby and optional Ruby on Rails support to Emacs.
@ -48,6 +48,12 @@ This module add Ruby and optional Ruby on Rails support to Emacs.
+ [[https://github.com/eschulte/jump.el/tree/e4f1372cf22e811faca52fc86bdd5d817498a4d8][inflections]] + [[https://github.com/eschulte/jump.el/tree/e4f1372cf22e811faca52fc86bdd5d817498a4d8][inflections]]
+ [[https://github.com/plexus/chruby.el][chruby]] (=+chruby=) + [[https://github.com/plexus/chruby.el][chruby]] (=+chruby=)
** Hacks
+ =projectile-rails-custom-server-command= were changed to suppress extraneous output logged
to console. This was done to prevent a memory leak where the underlying
process would continue logging to an Emacs buffer, which would grow forever. You can change to default behaviour by
setting this variable to =nil=.
* Prerequisites * Prerequisites
Many of this modules plugins require ruby with some version manager (RVM or Many of this modules plugins require ruby with some version manager (RVM or
Rbenv) and the rubocop gem. Rbenv) and the rubocop gem.
@ -91,8 +97,3 @@ The rspec-mode prefix is =SPC m t=. Here is some examples:
| ~rspec-verify~ | =SPC m t v= | Runs rspec on current file | | ~rspec-verify~ | =SPC m t v= | Runs rspec on current file |
| ~rspec-verify-method~ | =SPC m t s= | Runs rspec for the item on cursor | | ~rspec-verify-method~ | =SPC m t s= | Runs rspec for the item on cursor |
** Hacks
+ =projectile-rails-custom-server-command= were changed to suppress extraneous output logged
to console. This was done to prevent a memory leak where the underlying
process would continue logging to an Emacs buffer, which would grow forever. You can change to default behaviour by
setting this variable to =nil=.