Skip to content

Commit

Permalink
No need for user-dir to be on the load-path. Fixes technomancy#126.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Mar 16, 2012
1 parent 60a4384 commit 640e71c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions starter-kit.el
Expand Up @@ -51,8 +51,6 @@
esk-user-config (concat user-emacs-directory user-login-name ".el")
esk-user-dir (concat user-emacs-directory user-login-name))

(add-to-list 'load-path esk-user-dir)

(setq smex-save-file (concat user-emacs-directory ".smex-items"))
(smex-initialize)
(global-set-key (kbd "M-x") 'smex)
Expand Down

0 comments on commit 640e71c

Please sign in to comment.