system changes

This commit is contained in:
jjanzen 2025-03-15 08:54:11 -05:00
parent 78a4137a7c
commit 1fd7db1bf7

View file

@ -313,7 +313,7 @@ Install a better PDF viewer than =DocView=.
Install and configure =eat= as a terminal emulator in Emacs with =eshell= as a shell.
#+begin_src emacs-lisp
;; Overwrite a default function that makes the prompt editable for some reason
(eval-after-load "em-prompt" '(defun eshell-emit-prompt ())
(eval-after-load "em-prompt" '(defun eshell-emit-prompt ()
"Emit a prompt if eshell is being used interactively."
(when (boundp 'ansi-color-context-region)
(setq ansi-color-context-region nil))