From 0eaa1767ddf8788d0e128721c996df129aa7f527 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 9 Jan 2017 22:38:35 +0000 Subject: [PATCH] Switch from omnifmt-mode to rubocopfmt-mode --- modules/siren-ruby.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/siren-ruby.el b/modules/siren-ruby.el index 04f5f40..7833f7a 100644 --- a/modules/siren-ruby.el +++ b/modules/siren-ruby.el @@ -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)