docs: add category readmes

This commit is contained in:
Henrik Lissner 2021-10-12 01:56:49 +02:00 committed by Henrik Lissner
parent 3231db863c
commit df62fcba26
11 changed files with 108 additions and 0 deletions

15
modules/term/README.org Normal file
View file

@ -0,0 +1,15 @@
← [[doom-module-index:][Back to module index]] ↙ [[doom-changelog-search:::term nil][Changelog]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
--------------------------------------------------------------------------------
#+TITLE: :term
#+CREATED: August 1, 2021
#+SINCE: v21.12.0
#+SETUPFILE: ../../docs/.setupfile.org
* Description
What's an operating system without a terminal? The moduels in this category
bring varying degrees of terminal emulation into Emacs.
If you can't decide which to choose, I recommend [[doom-package:][vterm]] or [[doom-package:][eshell]]. [[doom-module:][:term vterm]]
offers that best terminal emulation available but requires a few extra steps to
get going. [[doom-module:][:term eshell]] works everywhere that Emacs runs, even Windows, and
provides a shell entirely implemented in Emacs Lisp.