]> code.delx.au - dotemacs/blobdiff - lisp/my-minor-modes.el
Improved terminal display
[dotemacs] / lisp / my-minor-modes.el
index 0c994d512ce92fbd6520d44b12df3ac6d61bfa25..7da6b3f98e59eb44bfa26496459444dee150d692 100644 (file)
@@ -43,6 +43,9 @@
 (add-hook 'prog-mode-hook 'highlight-indent-guides-mode)
 (setq highlight-indent-guides-method 'character)
 (setq highlight-indent-guides-responsive 'top)
+(setq highlight-indent-guides-auto-enabled nil)
+(set-face-foreground 'highlight-indent-guides-character-face "#333333")
+(set-face-foreground 'highlight-indent-guides-top-character-face "#726464")
 
 (require 'highlight-symbol)
 (add-hook 'prog-mode-hook #'highlight-symbol-mode)