chiark / gitweb /
emacs: Remove additional setting of load-path.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 8 Feb 2008 13:41:06 +0000 (13:41 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Feb 2008 13:41:06 +0000 (13:41 +0000)
This must have come in at the same time as the .emacs/dot-emacs.el split.
It's obviously redundant.

emacs

diff --git a/emacs b/emacs
index e702071bc2ef01a2dd568b7932305e261e64fa2b..746ac2a8634fabbb4cdf7ad2be1a052c68a7ecb2 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)