Question

By default, emacs saves all customized variables to .emacs file. Yet I want to save it in a separate file for easy management. Is there any way to configure this behavior in Emacs 24

Was it helpful?

Solution

Try this:

(setq custom-file "~/.emacs-custom.el")
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top