From 05a7f457bf5a6fa4086cf57587e28e392e54a388 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Sat, 15 Mar 2025 08:55:10 -0500 Subject: system changes --- common/.config/emacs/init.el.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/.config') diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 67ca8f9..9db55c7 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -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)) -- cgit v1.2.3