diff options
| -rw-r--r-- | .hgignore | 3 | ||||
| -rw-r--r-- | init.el | 2 | ||||
| -rw-r--r-- | lisp/c-init.el (renamed from c-init.el) | 0 | ||||
| -rw-r--r-- | lisp/hoersten-c-style.el (renamed from hoersten-c-style.el) | 0 | ||||
| -rw-r--r-- | lisp/move-line.el (renamed from move-line.el) | 0 |
5 files changed, 4 insertions, 1 deletions
@@ -1,8 +1,11 @@ syntax: regexp ^url\/ ^elpa\/ +^eshell\/ \.elc$ \.mc-lists\.el$ +\.DS_Store$ +session\..*$ ac-comphist\.dat$ ~$ \#.*\#$ @@ -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 diff --git a/c-init.el b/lisp/c-init.el index 8bcb172..8bcb172 100644 --- a/c-init.el +++ b/lisp/c-init.el diff --git a/hoersten-c-style.el b/lisp/hoersten-c-style.el index 043a499..043a499 100644 --- a/hoersten-c-style.el +++ b/lisp/hoersten-c-style.el diff --git a/move-line.el b/lisp/move-line.el index 7986715..7986715 100644 --- a/move-line.el +++ b/lisp/move-line.el |
