3 lines
79 B
Bash
Executable file
3 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
# emacs --funcall "mu4e" --name mainemacs
|
|
emacsclient -c -e '(mu4e)'
|