diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-11-20 08:35:32 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-11-20 08:35:32 -0800 |
| commit | 63788b493e6d4ee22ad66f60052c0025e2bba6bd (patch) | |
| tree | 41fe1a0bed927dc4e2575ef2da967a3339dd40c6 /fbterm/fbterm-emacs.sh | |
| parent | 39e3fc297d61654b8f49f4e28ec46fad040891d0 (diff) | |
emacs+fbterm
Diffstat (limited to 'fbterm/fbterm-emacs.sh')
| -rwxr-xr-x | fbterm/fbterm-emacs.sh | 4 |
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" |
