diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-11 09:24:43 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-11 09:24:43 -0400 |
commit | 2446aab5a76e00157c62e13ec06b09370df3519a (patch) | |
tree | a24203cc6682f2ce39bd2c2d1ea326d9f37ef607 /.local/bin/emcl | |
parent | c036d6d7d172cbcbeaabc8eac19f9b44fd612d7c (diff) | |
download | configs-2446aab5a76e00157c62e13ec06b09370df3519a.tar.gz configs-2446aab5a76e00157c62e13ec06b09370df3519a.tar.xz configs-2446aab5a76e00157c62e13ec06b09370df3519a.zip |
tridactyl and shell: use emacs as default editor
Diffstat (limited to '.local/bin/emcl')
-rwxr-xr-x | .local/bin/emcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/emcl b/.local/bin/emcl new file mode 100755 index 0000000..b0f2de2 --- /dev/null +++ b/.local/bin/emcl @@ -0,0 +1,2 @@ +#!/bin/sh +exec emacsclient --alternate-editor="" -c "$@" |