diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-15 08:54:11 -0500 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-15 08:54:11 -0500 |
commit | 1fd7db1bf7f8c84ece032250251c8d054fd15663 (patch) | |
tree | 0a01bd75ace2f934a8c1888c35f9662fb8ce6c19 /common/.config/emacs | |
parent | 78a4137a7c6c7742b530e2b059056cd5bd440d35 (diff) |
system changes
Diffstat (limited to 'common/.config/emacs')
-rw-r--r-- | common/.config/emacs/init.el.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 9db55c7..67ca8f9 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)) |