Created
May 31, 2018 23:01
-
-
Save nysalor/0b3a67879ba6fbed3bd29c1aa1ef90a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; highlight-indent | |
(require 'highlight-indent-guides) | |
(setq highlight-indent-guides-method 'column) | |
(setq highlight-indent-guides-auto-enabled t) | |
(setq highlight-indent-guides-responsive 'top) | |
(add-hook 'ruby-mode-hook 'highlight-indent-guides-mode) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment