No longer use my-el-dir (which is "~/.el" dir).
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 05 Oct 2009 23:02:19 +0300
changeset 170 6d13092b7865
parent 169 2a9203158bad
child 171 2f2aae1d394c
No longer use my-el-dir (which is "~/.el" dir).
.emacs
--- a/.emacs	Mon Oct 05 22:59:29 2009 +0300
+++ b/.emacs	Mon Oct 05 23:02:19 2009 +0300
@@ -8,14 +8,9 @@
 
 ;; ======================================================================
 ;; Load path.
-(defvar my-el-dir
-  (expand-file-name "~/.el")
-  "Here live additional lisp packages.")
 (defvar my-usr-el-dir
   (expand-file-name "~/usr/share/emacs/site-lisp")
   "Here live additional lisp packages.")
-
-(add-to-list 'load-path my-el-dir)
 (add-to-list 'load-path my-usr-el-dir)
 
 (defvar dot-emacs-pre (expand-file-name "~/.emacs-pre")