[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
warn users to place comments outside custom stuff
From: |
Dan Jacobson |
Subject: |
warn users to place comments outside custom stuff |
Date: |
Thu, 04 Aug 2005 05:35:15 +0800 |
I comment out some lines in the (custom-set-faces) part of my .emacs
file.
My comments got deleted the next time I entered the wonderful menu
driven customization system.
Therefore, the warning
;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
;; Your init file should contain only one such instance.
should be revised to
;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
;; Your init file should contain only one such instance.
;; Place all comments outside this section or else they will
;; likely be deleted!
- warn users to place comments outside custom stuff,
Dan Jacobson <=