X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/4832db48c733b924ed13e4701b548166b796b44e..9a3fa88e036c5cf72051a9f289d3b4f28f38c5f6:/dot-emacs.el?ds=inline diff --git a/dot-emacs.el b/dot-emacs.el index 0ff6020..8674c1a 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -1750,7 +1750,7 @@ (defun mdw-sh-mode-setup () 'comint-watch-for-password-prompt)) (defun mdw-term-mode-setup () - (setq term-prompt-regexp "^[^]#$%>»\n]*[]#$%>»] *") + (setq term-prompt-regexp "^[^]#$%>»}\n]*[]#$%>»}] *") (make-local-variable 'mouse-yank-at-point) (make-local-variable 'transient-mark-mode) (setq mouse-yank-at-point t)