emacs.d bump.

This commit is contained in:
Ivan Malison 2014-11-25 08:25:34 -08:00
parent f3b4bc1df5
commit d7c562082b
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit ca60a989d11d0432e7be1c0e159ae4ce1220b1fa
Subproject commit ab21e7bc447b235139b6f05768d233df58ce06e4

View File

@ -21,7 +21,7 @@ hash brew 2>/dev/null && add_to_front_of_path "$(brew --prefix emacs)/libexec/gn
if is_osx; then
export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments
add_to_back_of_path "/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/"
add_to_back_of_path "/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources"
export JAVA_HOME="$(find /Library/Java/JavaVirtualMachines -depth 1 | head -n 1)/Contents/Home"
# Access gnu man pages.
hash brew 2> /dev/null && export MANPATH="$(brew --prefix)/opt/coreutils/libexec/gnuman:$MANPATH"