tools/term: refactor + better term popup support

This commit is contained in:
Henrik Lissner 2017-05-15 14:08:04 +02:00
parent dbceec4149
commit 4105c26b2a
3 changed files with 24 additions and 8 deletions

View file

@ -4,4 +4,4 @@
:commands (multi-term multi-term-next multi-term-prev)
:config
(setq multi-term-program (getenv "SHELL")
multi-term-switch-after-close nil))
multi-term-switch-after-close 'PREVIOUS))