[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Colourising fill-column-indicator
From: |
Michael Heerdegen |
Subject: |
Re: Colourising fill-column-indicator |
Date: |
Wed, 04 Dec 2024 06:12:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Heime via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:
> Where should the following commands be called?
>
> (setq-default display-fill-column-indicator-character ?\u2503)
>
> (set-face-attribute
> 'fill-column-indicator nil :background "green" :height 1.0)
>
> Are they to be called before display-fill-column-indicator-mode?
In a buffer with display-fill-column-indicator-mode enabled the
`setq-default' will of course have no effect on the binding of the local
variable `display-fill-column-indicator-character'.
I'm totally guessing what you are asking for since you seldom tell what
you are doing, what you are seeing, and what you want to achieve.
Michael.