From fe0d99d2f0c5697c82f11c0b3f3f695b717c99f6 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 1 Aug 2012 09:23:49 +0100 Subject: [PATCH] Activate highlight-indentation-current-column-mode for Ruby --- mode-customizations/ruby-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mode-customizations/ruby-mode.el b/mode-customizations/ruby-mode.el index 85256a0..28ee72d 100644 --- a/mode-customizations/ruby-mode.el +++ b/mode-customizations/ruby-mode.el @@ -24,6 +24,7 @@ (fci-mode) (flyspell-prog-mode) (highlight-indentation-mode) + (highlight-indentation-current-column-mode) (hs-minor-mode 1) (auto-complete-mode) (flymake-ruby-load)