mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Update emacs env setup
This commit is contained in:
@@ -2,9 +2,16 @@
|
|||||||
# Emacs
|
# Emacs
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# OS X systems.
|
||||||
if [ -f "/Applications/Emacs.app/Contents/MacOS/Emacs" ]; then
|
if [ -f "/Applications/Emacs.app/Contents/MacOS/Emacs" ]; then
|
||||||
alias emacs="/Applications/Emacs.app/Contents/MacOS/Emacs -nw"
|
alias emacs="/Applications/Emacs.app/Contents/MacOS/Emacs -nw"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "/Applications/Emacs.app/Contents/MacOS/bin/emacsclient" ]; then
|
if [ -f "/Applications/Emacs.app/Contents/MacOS/bin/emacsclient" ]; then
|
||||||
alias emacsclient="/Applications/Emacs.app/Contents/MacOS/bin/emacsclient"
|
alias emacsclient="/Applications/Emacs.app/Contents/MacOS/bin/emacsclient"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# *nix systems.
|
||||||
|
if [ -d "/opt/emacs/bin" ]; then
|
||||||
|
path_append "/opt/emacs/bin"
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user