summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-11-30 03:43:21 -0500
committerKyle Meyer <kyle@kyleam.com>2014-11-30 15:41:33 -0500
commitbe4735679f90656c0d29d32ab0288e8e60917336 (patch)
treee7a0558983ca60f7b6e1d11289bc30b2388c6873 /init.el
parent0e7dceb7325deb42faef3488d9663fd53388d17d (diff)
downloademacs.d-be4735679f90656c0d29d32ab0288e8e60917336.tar.gz
Remove vendor directory
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el
index c6934d3..c11cbaf 100644
--- a/init.el
+++ b/init.el
@@ -1,6 +1,5 @@
(defvar init-lisp-dir (expand-file-name "lisp" user-emacs-directory))
(add-to-list 'load-path init-lisp-dir)
-(add-to-list 'load-path (expand-file-name "vendor" user-emacs-directory))
(require 'init-elpa)
(require 'init-appearance)