From 1c954d46c2522a53910edd1ded768ffc8454849c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 13 Apr 2020 18:16:48 -0400 Subject: [PATCH] Improve comments for :term modules Not perfect, but better than what it used to be. --- init.example.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.example.el b/init.example.el index 2d61ce29f..5fdef3212 100644 --- a/init.example.el +++ b/init.example.el @@ -69,10 +69,10 @@ vc ; version-control and Emacs, sitting in a tree :term - ;;eshell ; a consistent, cross-platform shell (WIP) - ;;shell ; a terminal REPL for Emacs - ;;term ; terminals in Emacs - ;;vterm ; another terminals in Emacs + ;;eshell ; the elisp shell that works everywhere + ;;shell ; simple shell REPL for Emacs + ;;term ; basic terminal emulator for Emacs + ;;vterm ; the best terminal emulation in Emacs :checkers syntax ; tasing you for every semicolon you forget