Skip to content

Commit

Permalink
don't include emacs.d directory in load path
Browse files Browse the repository at this point in the history
  • Loading branch information
rounders committed Jan 28, 2015
1 parent 8fa2497 commit 4a3662b
Show file tree
Hide file tree
Showing 34 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions init.el
Expand Up @@ -2,12 +2,13 @@
(or (buffer-file-name) load-file-name)))

(setq site-lisp-dir (expand-file-name "site-lisp" dotfiles-dir))
(setq lisp-dir (expand-file-name "lisp" dotfiles-dir))

(setq dropbox-notes-path "~/Dropbox/notes")
(setq todo-file-on-dropbox "~/Dropbox/notes/todo.org")

;; Set up load path
(add-to-list 'load-path dotfiles-dir)
(add-to-list 'load-path lisp-dir)
(add-to-list 'load-path site-lisp-dir)

;; Add external projects to load path
Expand All @@ -24,7 +25,7 @@


;; Keep emacs Custom-settings in separate file
(setq custom-file (expand-file-name "custom.el" dotfiles-dir))
(setq custom-file (expand-file-name "custom.el" lisp-dir))
(load custom-file)

;; Write backup files to own directory
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4a3662b

Please sign in to comment.