Skip to content

Commit

Permalink
set load-path in init-file
Browse files Browse the repository at this point in the history
  • Loading branch information
akatov committed Nov 20, 2013
1 parent 455c6da commit eb011e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dev/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
(require 'sml-mode)
(require 'tuareg)

(add-to-list 'load-path default-directory)
(require 'pretty-mode)
(global-pretty-mode t)
2 changes: 1 addition & 1 deletion dev.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cask exec emacs -q -L . -l .dev/init.el
cask exec emacs -q -l .dev/init.el

0 comments on commit eb011e3

Please sign in to comment.