mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
Added multi-term
This commit is contained in:
parent
f53dd6f0da
commit
157f4c9ea4
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
|||
#+END_SRC
|
||||
** Multi-term
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package multi-term)
|
||||
(add-hook 'term-mode-hook
|
||||
(lambda ()
|
||||
(add-to-list 'term-bind-key-alist '("M-[" . multi-term-prev))
|
||||
|
|
|
|||
Loading…
Reference in a new issue