[Emacs] Add term-mode commentary
This commit is contained in:
parent
78de86f197
commit
9ad18d9597
@ -3653,6 +3653,9 @@ emr (emacs refactor) provides support for refactoring in many programming langua
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Utility
|
* Utility
|
||||||
** term
|
** term
|
||||||
|
The main thing I do here is restore a bunch of keybindings that are eliminated
|
||||||
|
in term-mode. This makes term-mode 1000% more useful
|
||||||
|
(especially having M-x and C-y available).
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package term
|
(use-package term
|
||||||
:preface
|
:preface
|
||||||
|
Loading…
Reference in New Issue
Block a user