dotfiles/user-config/emacs/.bin/emacs-mail.sh

4 lines
65 B
Bash
Raw Normal View History

2022-01-31 16:41:17 +00:00
#!/bin/sh
exec emacsclient -c --eval "(browse-url-mail \"$@\")"