diff --git a/modules/feature/file-templates/templates/org-mode/__doom-readme b/modules/feature/file-templates/templates/org-mode/__doom-readme index bd4c3fb91..c19f44400 100644 --- a/modules/feature/file-templates/templates/org-mode/__doom-readme +++ b/modules/feature/file-templates/templates/org-mode/__doom-readme @@ -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