commit b07c01210e4f2049d40415d77bca188b9523ec7f from: mtmn date: Thu Jul 23 15:01:38 2026 UTC terminal emacs works without daemon commit - 38ea010eb71c11d2c51f0e15fd012a1ae7c22a6a commit + b07c01210e4f2049d40415d77bca188b9523ec7f 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() {