diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-25 22:13:14 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-25 22:13:14 -0400 |
| commit | b3035c595bfe8b2aa7177ae2c9bfbf2b39a7d585 (patch) | |
| tree | a43ab88b6972f56648d47579619bda5560d9676e /modules | |
| parent | 72c6e7b7c9017c1e608ecadd7e8bcd7b94532feb (diff) | |
| download | dotemacs-b3035c595bfe8b2aa7177ae2c9bfbf2b39a7d585.tar.gz dotemacs-b3035c595bfe8b2aa7177ae2c9bfbf2b39a7d585.zip | |
feat(eat): enable sixel inline images and the kill-while-running confirm
Set eat-sixel-render-formats and eat-query-before-killing-running-terminal explicitly. Both are EAT defaults; making them explicit documents that inline images and the safety prompt are wanted.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/eat-config.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/eat-config.el b/modules/eat-config.el index e4c290ad..d44fbfba 100644 --- a/modules/eat-config.el +++ b/modules/eat-config.el @@ -52,6 +52,9 @@ (eat-enable-alternative-display t) ; alt-screen so TUIs restore scrollback on exit (default) (eat-term-scrollback-size (* 10 1024 1024)) ; ~10MB of scrollback, matching the old ghostel ;; Truecolor is already on: eat-term-name auto-selects the compiled eat-truecolor terminfo. + ;; Niceties. + (eat-sixel-render-formats '(xpm svg half-block background none)) ; inline images (on by default) + (eat-query-before-killing-running-terminal 'auto) ; confirm before killing a terminal with a live process :config ;; F12 and C-; must reach Emacs from inside EAT. In semi-char mode (EAT's ;; default) EAT forwards unbound keys to the terminal -- a letter runs |
