M <[email protected]> writes: > have to load my settings file manually (open, eval-buffer, close) at > each startup...
By hand, do
M-x load-file RET path-to-file RET
Now after you have done this, do
M-x list-command-history RET
And copy-paste the relevant portion to your .emacs. That is all. No
need to mess with load-path.
----------------------------------------------------------------
Here is what I get, when I follow the above sequence on one of my files.
(load-file "~/.emacs.d/lisp/hx.el")
