1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-20 02:31:42 +00:00
dotfiles/bin/myemacs

3 lines
83 B
Plaintext
Raw Normal View History

2015-02-21 00:40:31 +00:00
#!/bin/sh
2015-02-23 06:07:14 +00:00
emacsclient --alternate-editor="" -s "$HOME/.emacs.d/HIGHLANDER" -c "$@"