diff options
| author | Luke Hoersten <[email protected]> | 2014-11-19 18:45:01 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2014-11-19 18:45:01 -0600 |
| commit | 08c5c139bd0e6bbca01870bce66dd4eaddca747e (patch) | |
| tree | bf2b2c9f0d0873cbbe9509e9c63b804f7a3c15e8 /init.el | |
| parent | 64e2e855eb6ef29970a1edabf84ed81c5e855a56 (diff) | |
Moved lisp files to their own dir.
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ ;; Luke Hoersten <[email protected]> ;;;; General ;;;; -(add-to-list 'load-path "~/.emacs.d") ; set default emacs load path +(add-to-list 'load-path "~/.emacs.d/lisp") ; set default emacs load path (setq-default ediff-split-window-function |
