summaryrefslogtreecommitdiff
path: root/public/emacs-shells.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-28 07:12:18 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-28 07:12:18 -0500
commit7115b71c353c004dbfe70a0d96012a2213e77405 (patch)
tree6c693dcc564023479560f10aeaea5ed0219dd652 /public/emacs-shells.md
parent9ea8568d0c333916833bee1eaf021334090486fd (diff)
whitespace cleanup
Diffstat (limited to 'public/emacs-shells.md')
-rw-r--r--public/emacs-shells.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/emacs-shells.md b/public/emacs-shells.md
index 638ddbb..3e52804 100644
--- a/public/emacs-shells.md
+++ b/public/emacs-shells.md
@@ -33,7 +33,7 @@ me). There are two modes of operation:
* `(term-escape-char) C-j` switches to line mode.
* line mode: Editing is done like in a normal Emacs buffer, `<enter>`
sends the current line to the shell. This is useful for working with
- a program's output.
+ a program's output.
* `C-c C-k` switches to char mode.
This mode is activated with
@@ -64,7 +64,7 @@ highlighting on the currently being typed command. Ncurses programs
will of course not work. This mode is activated with:
M-x shell
-
+
eshell-mode
-----------