From ea185ef03f1b641128346c665a42d7cb78756419 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 8 Feb 2008 13:41:06 +0000 Subject: [PATCH] emacs: Remove additional setting of load-path. This must have come in at the same time as the .emacs/dot-emacs.el split. It's obviously redundant. --- emacs | 2 -- 1 file changed, 2 deletions(-) diff --git a/emacs b/emacs index e702071..746ac2a 100644 --- 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) -- 2.11.0