When I start up emacs, I see
Warning (initialization): Your `load-path' seems to contain your `.emacs.d' directory: ~/.emacs.d/ This is likely to cause problems... Consider using a subdirectory instead, e.g.: /home/faheem/.emacs.d/lisp I think I started seeing this message relatively recently, but in any case, here are the relevant lines in my .emacs.
(add-to-list 'load-path "~/.emacs.d/") (add-to-list 'load-path "/usr/share/emacs/site-lisp/slime/") (add-to-list 'load-path "/usr/share/emacs/site-lisp/slime/contrib") Here is what my emacs.d directory looks like:
faheem@orwell:~/.emacs.d$ ls abbrev_defs edit-server.el session.10dbde7765000140938718700000055430258 session.10dbde7765000142073356500000315430010 auto-save-list elpa session.10dbde7765000141759448100000009970011 tramp What am I doing wrong, if anything?