summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorJimmy Aguilar Mena <spacibba@aol.com>2019-03-12 20:06:28 +0100
committerJimmy Aguilar Mena <spacibba@aol.com>2019-05-05 16:27:37 +0200
commit245dff16e3e62c3b7458170a2436a5fa3e2945fd (patch)
treef7d295df39389167e332bba4c115adc7328a428f /lisp/faces.el
parentf8625bc8f7573162b1c6b136f4791d8facecd836 (diff)
downloademacs-245dff16e3e62c3b7458170a2436a5fa3e2945fd.tar.gz
Start display-fill-column-indicator-mode.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index fa526c35061..67d963e3496 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2500,6 +2500,20 @@ unwanted effects."
:group 'basic-faces
:group 'display-line-numbers)
+;; Definition stolen from display-line-numbers.
+(defface fill-column-face
+ '((t :inherit (shadow default) :height 1.0))
+ "Face for displaying fill column indicator line.
+This face is used when `display-fill-column-indicator-mode' is
+non-nil.
+
+If you customize the font of this face, make sure it is a
+monospaced font, otherwise the line's characters will not line
+up horizontally."
+ :version "27.1"
+ :group 'basic-faces
+ :group 'display-fill-column-indicator)
+
(defface escape-glyph
'((((background dark)) :foreground "cyan")
;; See the comment in minibuffer-prompt for