diff options
Diffstat (limited to '')
| -rwxr-xr-x | scripts/commands/:emacs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/commands/:emacs b/scripts/commands/:emacs new file mode 100755 index 0000000..07bdb9f --- /dev/null +++ b/scripts/commands/:emacs @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +emacsclient -c -n; + |
