Highlight Indentation Guides

- Add highlight-indent-guides package
- Configure method to fill w/ responsive coloring
This commit is contained in:
Sravan Balaji
2021-05-26 09:06:48 -04:00
committed by Sravan Balaji
parent c3374c310c
commit afc8905282
2 changed files with 18 additions and 0 deletions

View File

@@ -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