3 lines
80 B
Bash
Executable File
3 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
emacsclient --alternate-editor="" -s "$HOME/.emacs.d/HIGHLANDER" "$@"
|