From: Michael Heerdegen <michael_heerdegen@web.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Display line number on each buffer line
Date: Thu, 02 Dec 2021 15:53:27 +0100 [thread overview]
Message-ID: <87r1avrrbs.fsf@web.de> (raw)
In-Reply-To: MpuRItQ--3-2@tutanota.com
fatiparty--- via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:
> 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?
You can call `face-spec-set' to change the default appearance of a face,
e.g.
#+begin_src emacs-lisp
(face-spec-set 'line-number
'((t (:foreground "red" :height .6)))
'face-defface-spec)
#+end_src
The face spec is the same thing as in face definitions.
Michael.
next prev parent reply other threads:[~2021-12-02 14:53 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 [this message]
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
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=87r1avrrbs.fsf@web.de \
--to=michael_heerdegen@web.de \
--cc=help-gnu-emacs@gnu.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).