diff --git a/README.org b/README.org index 200ad84..37acaa7 100644 --- a/README.org +++ b/README.org @@ -313,6 +313,17 @@ Use Hydra to design a transient key binding for quickly adjusting the scale of t "ss" '(hydra-text-scale/body :which-key "scale text")) #+end_src +** Highlight Indent Guides + +#+begin_src emacs-lisp :tangle init.el + (use-package highlight-indent-guides + :hook (prog-mode . highlight-indent-guides-mode) + :init + (setq highlight-indent-guides-method 'fill) + (setq highlight-indent-guides-responsive 'stack) + (setq highlight-indent-guides-delay 0)) +#+end_src + * Org Mode ** Better Font Faces diff --git a/init.el b/init.el index a19dc77..29b03e7 100644 --- a/init.el +++ b/init.el @@ -217,6 +217,13 @@ (sb/leader-keys "ss" '(hydra-text-scale/body :which-key "scale text")) +(use-package highlight-indent-guides + :hook (prog-mode . highlight-indent-guides-mode) + :init + (setq highlight-indent-guides-method 'fill) + (setq highlight-indent-guides-responsive 'stack) + (setq highlight-indent-guides-delay 0)) + (defun sb/org-font-setup () ;; ;; Replace list hyphen with dot ;; (font-lock-add-keywords 'org-mode