From ff92f20747bcd1f20e2a6d3bb3e3520f466a37cc Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 17 Apr 2020 13:53:29 +0200 Subject: [PATCH] Emacs: Forgot a ). --- init.d/text/common.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/text/common.el b/init.d/text/common.el index 37f3955..7d54ca2 100644 --- a/init.d/text/common.el +++ b/init.d/text/common.el @@ -1,6 +1,6 @@ ;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-04-17T13:52:09+0200> +;; Time-stamp: <2020-04-17T13:53:16+0200> ;;; Commentary: @@ -51,7 +51,7 @@ (face-foreground 'fill-column-indicator nil t)) (set-face-foreground 'ruler-mode-fill-column - (face-foreground 'shadow)) + (face-foreground 'shadow))) (set-face-foreground 'ruler-mode-comment-column (face-foreground 'ruler-mode-fill-column)) (set-face-foreground 'ruler-mode-goal-column