commit 88cd56e0fd590ce72df00820b0c2f8b9b72372cc from: mtmn date: Thu Jul 23 14:45:36 2026 UTC terminal emacs works without daemon commit - bb5ed7a6dfe22e24f420f2cdea50b91c43e6c38f commit + 88cd56e0fd590ce72df00820b0c2f8b9b72372cc 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() {