emacs-devel
[Top][All Lists]
Advanced

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

Re: Customize may not be appropriate for older users


From: Jason Rumney
Subject: Re: Customize may not be appropriate for older users
Date: 15 Jan 2002 19:19:45 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.80

Francesco Potorti` <address@hidden> writes:

>    Currently, I have this in my .emacs, just at the beginning:
>    
>      (load "/etc/emacs/default" nil t)
>      (setq inhibit-default-init t)
>    
>    That is, I exploit the excellent feature that allows me to either
>    load default.el at the beginning in order to override it, or else let
>    it be loaded at the end, which is the default.
>    
>    I think that the same criterion could be used for the code generated
>    by customize: let it go in a ~/.emacs.custom.el file, and let it be
>    loaded just after ~/.emacs, but with the option of preventing its
>    loading by setting the variable inhibit-custom-init.

This is already an option. The following two lines can be put either
at the beginning or end of you .emacs.

(setq custom-file "~/emacs.custom.el")
(load-file custom-file)


-- 
Jason Rumney





reply via email to

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