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

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

Re: customize versus own expressions in .emacs


From: Peter Dyballa
Subject: Re: customize versus own expressions in .emacs
Date: Tue, 29 Mar 2005 12:11:46 +0200


Am 27.03.2005 um 21:22 schrieb Sebastian Luque:

Is there some general consensus regarding this today, given that
Customize seems to have improved since 1999?

At least this has come up to split own and customize things:

(if (= emacs-major-version 20) (setq custom-file "~/.emacs-Abrichtung-20.el")) (if (= emacs-major-version 21) (setq custom-file "~/.emacs-Abrichtung-21.el")) (if (= emacs-major-version 22) (setq custom-file "~/.emacs-Abrichtung-22.el"))
(load custom-file)

--
Greetings

  Pete





reply via email to

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