Skip to content

Commit

Permalink
More el-get removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Sep 19, 2011
1 parent 6e6c4fa commit 0298fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
### -*- mode: makefile-gmake -*-

DIRS = lisp site-lisp override el-get
DIRS = lisp site-lisp override
SPECIAL = autoloads.el cus-dirs.el
ORGSRC = $(patsubst %.org,%.el,$(wildcard *.org))
SOURCE = $(filter-out $(SPECIAL),$(wildcard *.el) $(wildcard site-lisp/*.el))
Expand Down
7 changes: 1 addition & 6 deletions load-path.el
Expand Up @@ -6,17 +6,12 @@
(expand-file-name "site-lisp/" user-emacs-directory))
(defconst user-override-directory
(expand-file-name "override/" user-emacs-directory))
(defconst user-el-get-directory
(expand-file-name "el-get/" user-emacs-directory))
(defconst user-staging-directory
(expand-file-name "staging/" user-emacs-directory))

;; Add top-level lisp directories, in case they were not setup by the
;; environment.
(dolist (dir (list user-lisp-directory
user-site-lisp-directory
user-override-directory
user-el-get-directory))
user-override-directory))
(dolist (entry (directory-files-and-attributes dir))
(if (cadr entry)
(add-to-list 'load-path (expand-file-name (car entry) dir)))))
Expand Down

0 comments on commit 0298fd1

Please sign in to comment.