summaryrefslogtreecommitdiff
path: root/fbterm/fbterm-emacs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fbterm/fbterm-emacs.sh')
-rwxr-xr-xfbterm/fbterm-emacs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/fbterm/fbterm-emacs.sh b/fbterm/fbterm-emacs.sh
new file mode 100755
index 0000000..91616b3
--- /dev/null
+++ b/fbterm/fbterm-emacs.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+export TERM=fbterm
+dbus-run-session -- emacs -l "~/.emacs.d/site-lisp/fbterm.el"