From 4ff79aa35ee80a6f7c32f87fe55a5cdee6a6885f Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 3 Jul 2013 16:55:48 +0200 Subject: [PATCH] Shell: changed ema alias to renamed init-light.el file --- .shell.d/alias_rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shell.d/alias_rc b/.shell.d/alias_rc index 6742c1ea..40257d47 100644 --- a/.shell.d/alias_rc +++ b/.shell.d/alias_rc @@ -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