]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - load-paths.el
Compute our load-path automatically from the path of .emacs.
[emacs.d.git] / load-paths.el
diff --git a/load-paths.el b/load-paths.el
deleted file mode 100644 (file)
index 330a4ed..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-(setq load-path
-      (append
-       (list
-
-       ;; From ~/.home
-       "~/.home/emacs/modes/basic-mode/"
-
-       )
-                       
-       load-path))