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

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

bug#5531: 23.1.92; .emacs-custom.el read despite presence of .elc


From: Glenn Morris
Subject: bug#5531: 23.1.92; .emacs-custom.el read despite presence of .elc
Date: Sat, 09 Jul 2011 18:36:55 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Presumably you have a

(load custom-file)

line in your .emacs, because that is the documented way to make the
feature work. Adjust it so that it looks like

(load (file-name-sans-extension custom-file))

It is not worth documenting this because byte-compiling your init files
is a bad idea that generally loses you time due to confusion (this is
documented).





reply via email to

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