emacs: Remove additional setting of load-path.
[profile] / emacs
diff --git a/emacs b/emacs
index e702071..746ac2a 100644 (file)
--- a/emacs
+++ b/emacs
@@ -32,8 +32,6 @@
 
 ;; --- Load some other bits of code ---
 
-(setq load-path (cons "~/lib/emacs" load-path))
-
 (maybe-autoload 'cc-mode "cc-mode" nil t)
 (maybe-autoload 'rexx-mode "rexx-mode" nil t)
 (maybe-autoload 'cvs-update "pcl-cvs" nil t)