about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-shell.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-shell.el')
-rw-r--r--.emacs.d/lisp/init-shell.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/.emacs.d/lisp/init-shell.el b/.emacs.d/lisp/init-shell.el
index 84f94d5..651ad61 100644
--- a/.emacs.d/lisp/init-shell.el
+++ b/.emacs.d/lisp/init-shell.el
@@ -16,16 +16,13 @@
   :defer t
   :hook (eshell-mode . (lambda () (require 'eshell-z))))
 
-(use-package esh-autosuggest
-  :hook (eshell-mode . esh-autosuggest-mode))
-
 (use-package eshell-syntax-highlighting
   :after esh-mode
   :config
   (eshell-syntax-highlighting-global-mode +1))
 
 (use-package xterm-color
-  :after eshell
+  :after esh-mode
   :hook
   (eshell-before-prompt . (lambda ()
                             (setq xterm-color-preserve-properties t)))
@@ -36,6 +33,7 @@
 
 (use-package multi-vterm
   :bind (("C-c t" . multi-vterm-next)
+         ("C-x p t" . multi-vterm-project)
          ("C-c C-M-t" . multi-vterm)
          (:map vterm-mode-map
                ("M-[" . multi-vterm-prev)
or Kartik K. Agaram <vc@akkartik.com> 2015-05-02 15:52:22 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-05-02 22:56:13 -0700 1242 - simpler implementation for 'scenario'' href='/akkartik/mu/commit/cpp/051scenario_test.mu?h=main&id=22b3069272c1a177e814a7c4e769e20858e2b368'>22b30692 ^
7a84094a ^
22b30692 ^

ad8161f3 ^
22b30692 ^






7a84094a ^
22b30692 ^

ad8161f3 ^
0f996b7b ^

d9cd13ad ^
3f7eed6c ^
d9cd13ad ^
7a84094a ^
08f4628e ^


d9cd13ad ^
22b30692 ^
ad8161f3 ^
d9cd13ad ^

22b30692 ^


7a84094a ^
22b30692 ^

ad8161f3 ^
22b30692 ^




7a84094a ^
22b30692 ^

ad8161f3 ^
22b30692 ^




65b3db5d ^
22b30692 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70