1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-03-06 15:03:41 +00:00
dotfiles/bin/myemacs

3 lines
83 B
Plaintext
Raw Permalink Normal View History

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