diff options
author | 2024-01-31 22:05:52 +0100 | |
---|---|---|
committer | 2024-01-31 22:37:10 +0100 | |
commit | 16db3bf96a8c738ba9f89e5771e79cb856bbc3a5 (patch) | |
tree | 4da93eafebeebd1e02de5d38c48979c0f2e0d870 /init.el | |
parent | convert OSM to module (diff) | |
download | doom-emacs-16db3bf96a8c738ba9f89e5771e79cb856bbc3a5.tar.xz |
add module for eat
Swap out vterm for eat.
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -76,7 +76,8 @@ eshell ; the elisp shell that works everywhere ;;shell ; simple shell REPL for Emacs ;;term ; basic terminal emulator for Emacs - vterm ; the best terminal emulation in Emacs + ;;vterm ; the best terminal emulation in Emacs + eat ; Yo dawg, I herd you liked terminal emulators :checkers (syntax +childframe) ; tasing you for every semicolon you forget |