Emacs: Forgot a ).
This commit is contained in:
parent
f2ff5fa659
commit
ff92f20747
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user