From: Philip Kaludercic <philipk@posteo.net>
To: fatiparty--- via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org>
Cc: fatiparty@tutanota.com, Lars Ingebrigtsen <larsi@gnus.org>
Subject: Re: Display line number on each buffer line
Date: Thu, 02 Dec 2021 20:42:20 +0000 [thread overview]
Message-ID: <87fsrayc0j.fsf@posteo.net> (raw)
In-Reply-To: <MpuRItQ--3-2@tutanota.com> (fatiparty's message of "Thu, 2 Dec 2021 13:06:29 +0100 (CET)")
fatiparty--- via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:
> Dec 2, 2021, 09:17 by philipk@posteo.net:
>
>> fatiparty--- via Users list for the GNU Emacs text editor
>> <help-gnu-emacs@gnu.org> writes:
>>
>>> Dec 2, 2021, 08:31 by larsi@gnus.org:
>>>
>>>> fatiparty--- via Users list for the GNU Emacs text editor
>>>> <help-gnu-emacs@gnu.org> writes:
>>>>
>>>>> Is there a way to display the line number on each buffer line?
>>>>>
>>>>
>>>> `M-x display-line-numbers-mode'
>>>>
>>> That's what I was looking for. Is there a technique for changing the foreground colour of the line number as well?
>>>
>>
>> You can customise the faces line-number (for all lines) and
>> line-number-current-line (for the current line). Use `M-x
>> customize-face [face name]' to do this interactively.
>>
>
> That is good, but I want to do that from my init file if possible. Is there a way to reduce the line number size as well?
Something like this should be enough:
--8<---------------cut here---------------start------------->8---
(set-face-background 'line-number "red")
(set-face-foreground 'line-number-current-line "blue")
--8<---------------cut here---------------end--------------->8---
--
Philip Kaludercic
next prev parent reply other threads:[~2021-12-02 20:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-02 8:18 Display line number on each buffer line fatiparty--- via Users list for the GNU Emacs text editor
2021-12-02 8:31 ` Lars Ingebrigtsen
[not found] ` <87mtljmmqh.fsf@gnus.org-MpuGQO3----2>
2021-12-02 9:02 ` fatiparty--- via Users list for the GNU Emacs text editor
2021-12-02 9:17 ` Philip Kaludercic
[not found] ` <875ys7z7pl.fsf@posteo.net-MpuQz9y----2>
2021-12-02 12:06 ` fatiparty--- via Users list for the GNU Emacs text editor
2021-12-02 13:33 ` Alejandro Barocio A.
2021-12-02 14:39 ` fatiparty--- via Users list for the GNU Emacs text editor
2021-12-02 14:53 ` Michael Heerdegen
2021-12-02 15:09 ` Eli Zaretskii
2021-12-02 15:23 ` Michael Heerdegen
2021-12-03 9:36 ` fatiparty--- via Users list for the GNU Emacs text editor
2021-12-03 23:47 ` Michael Heerdegen
2021-12-02 20:42 ` Philip Kaludercic [this message]
2021-12-03 20:53 ` Jean Louis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fsrayc0j.fsf@posteo.net \
--to=philipk@posteo.net \
--cc=fatiparty@tutanota.com \
--cc=help-gnu-emacs@gnu.org \
--cc=larsi@gnus.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).