Skip to content

Commit

Permalink
load user config
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingmachine committed Aug 6, 2013
1 parent 15b6c82 commit c21ddb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*~*
*#*
elpa
elpa
.smex-items
places
2 changes: 2 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@
(dolist (p my-packages)
(when (not (package-installed-p p))
(package-install p)))

(load "~/.emacs.d/user.el")

0 comments on commit c21ddb8

Please sign in to comment.