emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Native line numbers, final testing


From: Eli Zaretskii
Subject: Re: Native line numbers, final testing
Date: Wed, 12 Jul 2017 05:35:26 +0300

> From: Alex <address@hidden>
> Cc: James Cloos <address@hidden>,  address@hidden
> Date: Tue, 11 Jul 2017 14:58:21 -0600
> 
> >  (defface line-number
> > -  '((t :inherit (shadow default)))
> > +  '((t :inherit (shadow default) :family "Monospace Serif"))
> >    "Face for displaying line numbers.
> >  This face is used when `display-line-numbers' is non-nil.
> >  
> 
> This gives me a smaller line numbers by default, since I apparently have
> not configured an appropriate serif font (my default font is DejaVu Sans
> Mono).

You can always customize the face.

> What about just inheriting from fixed-pitch rather than default?

I think if it doesn't inherit from default, it won't resize if you
invoke "C-x C-+" etc.  But inheritance from default is not your
problem anyway, it's the "Monospace Serif" vs "Monospace" that bothers
you.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]