system changes

This commit is contained in:
jjanzen 2025-03-13 23:17:28 -05:00
parent 802882761d
commit c808584cff

View file

@ -312,7 +312,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
(use-package eshell
(require 'eshell)
:init
;; Overwrite a default function that makes the prompt editable for some reason
(defun eshell-emit-prompt ()
@ -337,7 +337,7 @@ Install and configure =eat= as a terminal emulator in Emacs with =eshell= as a s
rear-nonsticky (read-only field font-lock-face)))
prompt)
(eshell-interactive-filter nil prompt)))
(run-hooks 'eshell-after-prompt-hook)))
(run-hooks 'eshell-after-prompt-hook))
(use-package eat
:init