Fix shell buffer regexp

This commit is contained in:
Eivind Fonn 2016-10-04 13:40:42 +02:00
parent 405e90d69a
commit 896180408a

View file

@ -15,7 +15,8 @@
(setq comint-move-point-for-output t)
;; Add shell buffers to useful buffers list
(push "\\*\\(ansi-term\\|eshell\\|shell\\|terminal\.\+\\)\\*" spacemacs-useful-buffers-regexp)
(push "\\*\\(ansi-term\\|eshell\\|shell\\|terminal\.\+\\)\\(-[0-9]+\\)?\\*"
spacemacs-useful-buffers-regexp)
;; Variables