mainemacs: start separate process instead of inside the regular emacs
This commit is contained in:
parent
a6d4d7e3b5
commit
3f346a8b51
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
# emacs --funcall "mu4e" --name mainemacs
|
||||
emacsclient -c -e '(mu4e)'
|
||||
emacs --funcall "mu4e" --name mainemacs
|
||||
# emacsclient -c -e '(mu4e)'
|
||||
|
|
Loading…
Reference in a new issue