mirror of
https://github.com/larstvei/Focus.git
synced 2024-11-26 11:38:32 +00:00
Move comment
This commit is contained in:
parent
89a954d8d2
commit
4087bf62e6
2
focus.el
2
focus.el
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user