From 4087bf62e6f7b8fd5b41981cc0537caaa6409019 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Mon, 24 Feb 2020 00:17:23 +0100 Subject: [PATCH] Move comment --- focus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/focus.el b/focus.el index a870290..a4774a3 100644 --- a/focus.el +++ b/focus.el @@ -132,9 +132,9 @@ The timer calls `focus-read-only-hide-cursor' after (defun focus-dim-buffer () "Dim the colors of relevant faces in the buffer." + (focus-reset-remapping) ;; Most faces that alters the background are better left undimmed. The ;; default face is, however, a clear exception. - (focus-reset-remapping) (focus-remap-foreground-color-from-face 'default) (dolist (face (face-list)) (when (and (not (face-background face))