mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Switch from omnifmt-mode to rubocopfmt-mode
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
(require 'siren-programming)
|
||||
(require 'siren-company)
|
||||
(require 'siren-rubocop)
|
||||
(require 'omnifmt)
|
||||
(require 'rubocopfmt)
|
||||
|
||||
(siren-require-packages '(ruby-tools inf-ruby yari ruby-refactor))
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
(setq c-tab-always-indent nil)
|
||||
(setq ruby-refactor-add-parens t)
|
||||
|
||||
(omnifmt-mode)
|
||||
(rubocopfmt-mode)
|
||||
(ruby-tools-mode +1)
|
||||
(setq tab-width 2)
|
||||
(hs-minor-mode 1)
|
||||
|
||||
Reference in New Issue
Block a user