Update doom module readme file template

This commit is contained in:
Henrik Lissner 2018-02-14 07:42:37 -05:00
parent 6c4e048c23
commit 0e1cf10c0f
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -17,31 +17,17 @@ ${3:If necessary, include a longer description below it that goes into more deta
* Table of Contents :TOC:
* Install
** Main dependencies
*** MacOS
#+BEGIN_SRC sh :tangle (if (doom-system-os 'macos) "yes")
brew install x
#+END_SRC
* Module Flags
This module provides no flags.
*** Arch Linux
#+BEGIN_SRC sh :dir /sudo:: :tangle (if (doom-system-os 'arch) "yes")
sudo pacman --needed --noconfirm -S X
#+END_SRC
* Prerequisites
This module has no prereqisites.
** Extra Dependencies
+ A
+ B
+ C
#+BEGIN_SRC sh
Y install A B C
#+END_SRC
* Features
A list of features, how to use them, and their dependencies.
* Configuration
* Usage
* Appendix
** Commands
** Hacks