From: <tc...@fr...> - 2005-04-02 17:35:00
|
Michael Olson <mw...@gn...> writes: > What I do is put the following in my .emacs: > > ;; Load authentication info from an external source > (load "~/.emacs.d/.erc-auth") > > [...] > > I did a chmod 600 on it to make it private. This is probably a bit > like your .ercrc.el idea. Yes, exactly. (With the difference that `.ercrc.el' is in `erc-startup-file-list' and thus loaded automatically.) I'd like to have a central place for such place in general, though. --tcr. |