Commit Diff
--- modules/mixins/dotfiles/config/shell/rc/functions +++ modules/mixins/dotfiles/config/shell/rc/functions @@ -150,7 +150,7 @@ ae() { } em() { - emacsclient -n "${1:-.}" + emacs -nw "${1:-.}" } cd() {
--- modules/mixins/dotfiles/config/shell/rc/functions +++ modules/mixins/dotfiles/config/shell/rc/functions @@ -150,7 +150,7 @@ ae() { } em() { - emacsclient -n "${1:-.}" + emacs -nw "${1:-.}" } cd() {