This layer adds my own configuration above the following other layers:
- ruby
- dap
- More DAP debugging templates
- Ruby RSpec File
- execute
rspec
for the current file - Ruby RSpec File Single
- execute
rspec
for the current file at cursor position - Rails Server
- execute
rails server
- Keybinding for rubocop auto correct file
mutant.el
is a package which provides an interface for the mutant
Ruby’s
gem. More details in the author repository:
https://github.com/p-lambert/mutant.el.
The following variables have been customized:
Variable | Value |
mutant-cmd-base | “bundle exec mutant” (default is “mutant”) |
To use this configuration layer, add it to your ~/.spacemacs
. You will need to
add gmmoreira-ruby
to the existing dotspacemacs-configuration-layers
list in this
file.
You also need to clone this repository in ~/.emacs.d/private
directory.
git clone https://github.com/gmmoreira/ruby-spacemacs-layer.git ~/.emacs.d/private/gmmoreira-ruby
Key Binding | Description |
---|---|
SPC d d d | dap-debug |
SPC m R F | rubocop-autocorrect-current-file |
SPC m c m f | mutant-check-file |
SPC m c m c | mutant-check-custom |