Skip to content

Instantly share code, notes, and snippets.

@nysalor
Created May 31, 2018 23:01
Show Gist options
  • Save nysalor/0b3a67879ba6fbed3bd29c1aa1ef90a5 to your computer and use it in GitHub Desktop.
Save nysalor/0b3a67879ba6fbed3bd29c1aa1ef90a5 to your computer and use it in GitHub Desktop.
;; 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