From e01a9e81734ff1aa3d9185ee47d13042b055129e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 31 Jul 2020 16:03:36 -0400 Subject: [PATCH] docs/modules.org: minor revisions --- docs/modules.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules.org b/docs/modules.org index 2ab0a1f1d..93e4c2ba5 100644 --- a/docs/modules.org +++ b/docs/modules.org @@ -4,7 +4,7 @@ Functionality in Doom is divided into collections of code called modules (à la Spacemacs' layers). A module is a bundle of packages, configuration and commands, organized into a unit that can be enabled or disabled by adding or -removing them from your ~doom!~ block (found in =$DOOMDIR/init.el=). +removing them from your ~doom!~ block in =$DOOMDIR/init.el=. * Table of Contents :TOC: - [[#app][:app]] @@ -22,8 +22,8 @@ removing them from your ~doom!~ block (found in =$DOOMDIR/init.el=). * :app Application modules are complex and opinionated modules that transform Emacs -toward a specific purpose. They may have additional dependencies and should be -loaded last, before =:config= modules. +toward a specific purpose. They may have additional dependencies and *should be +loaded last*, before =:config= modules. + [[file:../modules/app/calendar/README.org][calendar]] - TODO + [[file:../modules/app/irc/README.org][irc]] - how neckbeards socialize