summaryrefslogtreecommitdiff
path: root/fbterm/fbterm-emacs.sh
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-11-20 08:35:32 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-11-20 08:35:32 -0800
commit63788b493e6d4ee22ad66f60052c0025e2bba6bd (patch)
tree41fe1a0bed927dc4e2575ef2da967a3339dd40c6 /fbterm/fbterm-emacs.sh
parent39e3fc297d61654b8f49f4e28ec46fad040891d0 (diff)
emacs+fbterm
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"