Ensure rubocop-mode is loaded with ruby-mode

This commit is contained in:
2016-04-03 10:28:37 +01:00
parent 0c94ed7c70
commit 794b663bbb

View File

@@ -60,6 +60,7 @@
(setq c-tab-always-indent nil)
(setq ruby-refactor-add-parens t)
(rubocop-mode 1)
(ruby-tools-mode +1)
(setq tab-width 2)
(hs-minor-mode 1)