forked from colonelpanic/dotfiles
[Emacs] Make M-x work in term-char-mode
This commit is contained in:
parent
b30ce7192b
commit
9a0a2589e8
@ -3040,6 +3040,10 @@ emr (emacs refactor) provides support for refactoring in many programming langua
|
||||
*** term
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package term
|
||||
:bind (:map term-raw-escape-map
|
||||
("M-x" . helm-M-x))
|
||||
:bind (:map term-raw-map
|
||||
("M-x" . helm-M-x))
|
||||
:config
|
||||
(progn
|
||||
(add-hook 'term-mode-hook 'imalison:disable-linum-mode)
|
||||
|
Loading…
Reference in New Issue
Block a user