[Emacs] Remove stray message
This commit is contained in:
parent
dd8c3ab003
commit
36ed0b58a2
@ -1650,7 +1650,6 @@ https://github.com/alpaker/Fill-Column-Indicator/issues/21 for more details
|
|||||||
(defun imalison:set-highlight-indent-guides-faces (&rest args)
|
(defun imalison:set-highlight-indent-guides-faces (&rest args)
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((bg-color (face-background 'default)))
|
(let ((bg-color (face-background 'default)))
|
||||||
(message "bg-color %s" bg-color)
|
|
||||||
(set-face-background 'highlight-indent-guides-odd-face
|
(set-face-background 'highlight-indent-guides-odd-face
|
||||||
(imalison:modify-hsv
|
(imalison:modify-hsv
|
||||||
bg-color
|
bg-color
|
||||||
|
Loading…
Reference in New Issue
Block a user