Comint: Add EncFS password prompt support.

master
Pierre Neidhardt 2020-07-08 19:16:41 +02:00
parent a76ca6e58a
commit ee07798bbe
1 changed files with 7 additions and 0 deletions

View File

@ -386,4 +386,11 @@
;;; Blinking cursor is on only when Emacs is not daemonized.
(blink-cursor-mode 0)
;; Add EncFS support (for M-x shell):
(setq comint-password-prompt-regexp
(concat
"\\("
comint-password-prompt-regexp
"\\|^EncFS\\)"))
(provide 'main)