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: Lennart Borgman (gmail)
Subject: Re: Info nodes titles font size customization
Date: Sun, 05 Oct 2008 21:07:10 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Rodolfo Medina wrote:
> To better explain what I mean, suppose that I want a ps-top-margin of 20pt.  
> If
> I do `M-x customize-group RET ps-psrint RET' and do my setting via
> customization, in my .emacs the following ugly stuff will automatically 
> appear:
> 
> (custom-set-variables
>   ;; custom-set-variables 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.
>  '(canlock-password "1f8d809977b1fd859c60b1c2c546a18075b660a4")
>  '(ps-top-margin 5))
> 
> 
> ; instead, all I need is to write:
> 
> (setq ps-top-margin 5)
> 
> , which is much more tiny and simple.  I wish something similar in this case.


Please look in

  (info "(elisp) Faces")

There you can start to search the information you need to write the
function you want.




reply via email to

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