help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Info nodes titles font size customization


From: Rodolfo Medina
Subject: Re: Info nodes titles font size customization
Date: Sun, 05 Oct 2008 19:30:35 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.0.50 (gnu/linux)

Rodolfo Medina <rodolfo.medina@gmail.com> writes:

> After customizing the font size, in my .emacs appeared the following
> stuff:
>
>
> (custom-set-faces
>   ;; custom-set-faces was added by Custom.
>   ;; If you edit it by hand, you could mess it up, so be careful.
>   ;; Your init file should contain only one such instance.
>   ;; If there is more than one, they won't work right.
>  '(info-menu-header ((t (:inherit variable-pitch :weight bold :height 1))))
>  '(info-title-1 ((t (:inherit info-title-2 :height 1))))
>  '(info-title-3 ((t (:inherit info-title-4 :height 1))))
>  '(info-xref ((t (:inherit link :height 1)))))
>
>
> .  How can I replace the `custom-set-faces' issue by some other command to
> achieve the same result?  `setq' does not work.



Peter Dyballa <Peter_Dyballa@Web.DE> writes:

> Why do you want to do this? I am so glad that the customisation corners
> exist!


I don't like settings by custom, I prefer writing lisp code in ~/.emacs.  How
can I do so in this case?

Bye
Rodolfo


reply via email to

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