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