eschulte / emacs-starter-kit

DEPRECATED: replaced by eschulte/emacs24-starter-kit. A "literate" Org-mode based Emacs configuration.
http://eschulte.github.com/emacs-starter-kit/
GNU General Public License v3.0
109 stars 33 forks source link

custom.el customizations overwritten later in starter-kit.org #2

Closed akaihola closed 14 years ago

akaihola commented 14 years ago

When Emacs is customized using the customization buffer (M-x customize), the modified settings are saved in ~/.emacs.d/custom.el.

This file is loaded in starter-kit.org, see: * Implementation \ Starter kit basics *\ Starter Kit Customizations

However, many settings like espresso-indent-level and whitespace-style are later overwritten when other parts of emacs-starter-kit are loaded, see: * Implementation \ Starter kit basics *\ Load the rest of the starter kit core

eschulte commented 14 years ago

I just pushed up a change to the starter kit which should fix this issue. custom.el is now loaded at the very end of starter-kit.org.

Thanks for the bug report and for pointing the cause of the problem!

-- Eric