mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-05 05:01:43 +00:00
3 lines
78 B
Bash
Executable File
3 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
emacsclient --alternate-editor="" -s "$HOME/.emacs.d/HIGHLANDER" $@
|