From f95746488836a12be9fd0ad1b96ab5f0a31d1a22 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 17 Apr 2012 20:25:29 +0300 Subject: [PATCH 1/2] updated site URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e870d30..ea693eb 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You can now power up your Emacs, sit back and enjoy Prelude. ## Would you like to know more? -Check out the [Prelude's project page](http://batsov.com/emacs-prelude). +Check out the [Prelude's project page](http://batsov.com/prelude). ## Known issues From 6ebc4f1c55adde285fd5af099373ad73d98a8fd8 Mon Sep 17 00:00:00 2001 From: Feynman Liang Date: Fri, 4 May 2012 10:57:50 -0400 Subject: [PATCH 2/2] Updated OS X hooks to set PATH environment variable --- prelude/prelude-osx.el | 1 + 1 file changed, 1 insertion(+) diff --git a/prelude/prelude-osx.el b/prelude/prelude-osx.el index 99b6c0b..4074ae2 100644 --- a/prelude/prelude-osx.el +++ b/prelude/prelude-osx.el @@ -1,6 +1,7 @@ ;; On OS X Emacs doesn't use the shell PATH if it's not started from ;; the shell. If you're using homebrew modifying the PATH is essential. (push "/usr/local/bin" exec-path) +(setenv "PATH" (concat "/usr/local/bin:" (getenv "PATH"))) ;; Emacs users obviously have little need for Command and Option keys, ;; but they do need Meta and Super