Move comment

This commit is contained in:
Lars Tveito 2020-02-24 00:17:23 +01:00
parent 89a954d8d2
commit 4087bf62e6

View File

@ -132,9 +132,9 @@ The timer calls `focus-read-only-hide-cursor' after
(defun focus-dim-buffer () (defun focus-dim-buffer ()
"Dim the colors of relevant faces in the buffer." "Dim the colors of relevant faces in the buffer."
(focus-reset-remapping)
;; Most faces that alters the background are better left undimmed. The ;; Most faces that alters the background are better left undimmed. The
;; default face is, however, a clear exception. ;; default face is, however, a clear exception.
(focus-reset-remapping)
(focus-remap-foreground-color-from-face 'default) (focus-remap-foreground-color-from-face 'default)
(dolist (face (face-list)) (dolist (face (face-list))
(when (and (not (face-background face)) (when (and (not (face-background face))