branch: externals/coterm commit e3812b96339b5ba580c15cd661ac3c4e38e634ca Author: Miha Rihtaršič <m...@kamnitnik.top> Commit: Miha Rihtaršič <m...@kamnitnik.top>
Adjust installation instructions --- coterm.el | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/coterm.el b/coterm.el index c3bb07c..9848b49 100644 --- a/coterm.el +++ b/coterm.el @@ -33,11 +33,11 @@ ;; ;; In addition to that, the following two local minor modes may be used: ;; -;; `coterm-char-mode': If enabled, most characters you type are sent directly +;; `coterm-char-mode': if enabled, most characters you type are sent directly ;; to the subprocess, which is useful for interacting with full-screen TUI ;; programs. ;; -;; `coterm-auto-char-mode' If enabled, coterm will enter and leave +;; `coterm-auto-char-mode': if enabled, coterm will enter and leave ;; `coterm-char-mode' automatically as appropriate. For example, if you ;; execute "less" in a shell buffer, coterm will detect that "less" is running ;; and automatically enable char mode so that you can interact with less @@ -53,12 +53,14 @@ ;; The command `coterm-char-mode-cycle' is a handy command to cycle between ;; automatic char-mode, char-mode enabled and char-mode disabled. ;; +;; ;; Installation: ;; -;; Add the following to your Emacs init file: +;; To install coterm, type M-x package-install RET coterm RET +;; +;; It is best to add the following elisp snippet to you Emacs init file, to +;; enable `coterm-mode' automatically on startup: ;; -;; (add-to-list 'load-path "/path/to/emacs-coterm") -;; (require 'coterm) ;; (coterm-mode) ;; ;; ;; Optional: bind `coterm-char-mode-cycle' to C-; in comint