emacs.d bump.

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

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"