[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: warn users to place comments outside custom stuff
From: |
Juanma Barranquero |
Subject: |
Re: warn users to place comments outside custom stuff |
Date: |
Fri, 12 Aug 2005 14:01:34 +0200 |
On 12 Aug 2005 12:49:45 +0200, Alan Mackenzie <acm@muc.de> wrote:
> I have to side with Dan here. My .emacs file is _MY_ .emacs file, and if
> some overbearing fascist system won't let me edit my file, I want to know
> why.
There's even a better answer (other than not using customize). You can
put this on your .emacs:
(setq custom-file "~/.emacs-custom.el")
(load custom-file)
so customize won't touch it.
--
/L/e/k/t/u