Shell: changed ema alias to renamed init-light.el file

master
Pierre Neidhardt 2013-07-03 16:55:48 +02:00
parent d401eaee95
commit 4ff79aa35e
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ alias xres='xrandr -s $(xrandr | awk '"'"'/^ / {print $1;exit}'"'"')'
##==============================================================================
# See .homeinit
if [ -n "$(command -v em)" ]; then
alias ema='emacs -q -l ~/.emacs-light'
alias ema='emacs -q -l ~/.emacs.d/init-light.el'
alias emacs-reload="emacsclient -e '(kill-emacs)' >/dev/null 2>&1; emacs --daemon"
fi