commit cf2617b6d64964d515617552c1eaeff008c12807 from: mtmn date: Thu Jul 23 14:45:36 2026 UTC terminal emacs works without daemon commit - bd53a8880f05969fba4b4c05c923272964989a37 commit + cf2617b6d64964d515617552c1eaeff008c12807 blob - fe99bbb6c7e59568aba78283d1ba7e37223e6829 blob + a6be1d01fdcb4bdeeee65bb5465597e1cc8efc56 --- 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() {