summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-05-11 09:24:43 -0400
committerAmin Bandali <bandali@gnu.org>2019-05-11 09:24:43 -0400
commit2446aab5a76e00157c62e13ec06b09370df3519a (patch)
treea24203cc6682f2ce39bd2c2d1ea326d9f37ef607 /.local
parentc036d6d7d172cbcbeaabc8eac19f9b44fd612d7c (diff)
downloadconfigs-2446aab5a76e00157c62e13ec06b09370df3519a.tar.gz
configs-2446aab5a76e00157c62e13ec06b09370df3519a.tar.xz
configs-2446aab5a76e00157c62e13ec06b09370df3519a.zip
tridactyl and shell: use emacs as default editor
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/emcl2
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 "$@"