mainemacs: start separate process instead of inside the regular emacs

This commit is contained in:
Nico Schottelius 2021-12-06 22:22:35 +01:00
parent a6d4d7e3b5
commit 3f346a8b51
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
# emacs --funcall "mu4e" --name mainemacs
emacsclient -c -e '(mu4e)'
emacs --funcall "mu4e" --name mainemacs
# emacsclient -c -e '(mu4e)'