Remove helm-mt for now
This commit is contained in:
parent
71b5e34a9e
commit
5792beb9ee
1 changed files with 6 additions and 6 deletions
12
config.org
12
config.org
|
|
@ -763,12 +763,12 @@ Helm frontend for [[Multi-term]]
|
||||||
https://github.com/dfdeshom/helm-mt
|
https://github.com/dfdeshom/helm-mt
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package multi-term
|
;; (use-package helm-mt
|
||||||
:ensure t
|
;; :ensure t
|
||||||
:bind (("C-x t") . helm-mt)
|
;; :bind (("C-x t") . helm-mt)
|
||||||
:config
|
;; :config
|
||||||
(helm-mt/reroute-terminal-functions t)
|
;; (helm-mt/reroute-terminal-functions t)
|
||||||
)
|
;; )
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Mutliple cursors
|
* Mutliple cursors
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue