Skip to content

Commit

Permalink
Fix shell buffer regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Oct 4, 2016
1 parent 405e90d commit 8961804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layers/+tools/shell/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8961804

Please sign in to comment.