branch: master
commit f05c908495cce0f5742c0f751537976a0071ecb9
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - reduce multishell-primary-name savehist extra fuss
I'm finding that preserving multishell-primary-name across sessions
isn't so desirable, and thinking that th
branch: master
commit 0341f3e03f25a6d68d39478791e14d47673d6401
Author: Ken Manheimer
Commit: Ken Manheimer
multishell README.md - Add link to ELPA package entry.
---
README.md |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/README.md b/README.md
index 08125f1..bb67
branch: master
commit e7f3aa420da097fd3f2ffe6c2ba5aa42af4b671f
Merge: ad2214a f05c908
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - merge code tidying, still on 1.0.8.
Accumulating for eventual inclusion in 1.0.9.
---
packages/multishell/README.md | 12 ++--
packag
branch: master
commit 4d6a16a04eae6fd5e22a40b163e81340ba29dd3f
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - save match-data whenever; relocate some helper funcs
---
multishell.el | 57 +
1 files changed, 29 insertions(+),
kenmanheimer pushed a change to branch master.
from ad2214a * sm-c-mode/sm-c-mode.el (sm-c-smie-rules): Improve
indent of enum's {...}
new 0341f3e multishell README.md - Add link to ELPA package entry.
new bd088d0 multishell - Refine documentation a bit.
new 9
branch: master
commit 96c68433cd0ad705f30d07c30c355548312249d8
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - simplify multishell-start-shell-in-buffer
Apparently we don't need to go beneath the shell command to set the path
and tidy prior connections.
---
multishell.
branch: master
commit bd088d08cc09a36e324467e0f1ef370fe12bfcbd
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - Refine documentation a bit.
---
README.md | 10 +-
multishell.el | 34 +++---
2 files changed, 28 insertions(+), 16 deletions(-
branch: master
commit 423c41a333e2b7d6e0f4e6420b5b1dbeb72fbb0f
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - use eval-after-load when with-eval-after-load isn't around.
With this, you can use multishell in Emacs 23. I saw a problem with
a remote sudo shell, but remote