diff --git a/.emacs.d/lisp/main.el b/.emacs.d/lisp/main.el index 69c62d04..39243393 100644 --- a/.emacs.d/lisp/main.el +++ b/.emacs.d/lisp/main.el @@ -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)