From: Mark Wooding Date: Fri, 8 Feb 2008 13:41:06 +0000 (+0000) Subject: emacs: Remove additional setting of load-path. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/ea185ef03f1b641128346c665a42d7cb78756419?hp=--cc 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. --- ea185ef03f1b641128346c665a42d7cb78756419 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)