Peter Eisentraut <[email protected]> writes:
> Seems like a reasonable solution, although I've never heard
> of .emacs.custom; my emacsen have always written their custom settings
> somewhere in the middle of the .emacs proper.
See (info "(emacs) Saving Customizations") and add the following to your
setup:
(setq custom-file "~/.emacs-custom.el")
(load custom-file)
http://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Saving-Customizations
I guess it's relevant enough here.
Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers