From a4fbf5242d3f2137af9eeebc6268827c21dd96e8 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Thu, 10 Oct 2019 01:10:57 +0300 Subject: [PATCH 1/2] Reformat ui/doom-dashboard/README.org to match __doom-readme template --- modules/ui/doom-dashboard/README.org | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/modules/ui/doom-dashboard/README.org b/modules/ui/doom-dashboard/README.org index 6a2815682..2880d0324 100644 --- a/modules/ui/doom-dashboard/README.org +++ b/modules/ui/doom-dashboard/README.org @@ -1,17 +1,20 @@ -#+TITLE: :ui doom-dashboard +#+TITLE: ui/doom-dashboard +#+DATE: October 9, 2019 +#+SINCE: v2.0.9 +#+STARTUP: inlineimages +* Table of Contents :TOC_3:noexport: +- [[#description][Description]] + - [[#module-flags][Module Flags]] +- [[#prerequisites][Prerequisites]] + +* Description This module gives Doom Emacs a dashboard buffer. It is loosely inspired by Atom's dashboard. -* Table of Contents :TOC: -- [[#install][Install]] -- [[#keybindings][Keybindings]] -- [[#customization][Customization]] +** Module Flags +This module provides no flags. -* Install +* Prerequisites This module only requires that ~all-the-icons~'s icon fonts are installed. Use ~M-x all-the-icons-install-fonts~ to do so. - -* Keybindings - -* Customization From f9d84537f9871469f30f2340d15044286f1266e2 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Thu, 10 Oct 2019 01:44:12 +0300 Subject: [PATCH 2/2] Fix #+SINCE in ui/doom-dashboard/README.org --- modules/ui/doom-dashboard/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/doom-dashboard/README.org b/modules/ui/doom-dashboard/README.org index 2880d0324..62bf11a99 100644 --- a/modules/ui/doom-dashboard/README.org +++ b/modules/ui/doom-dashboard/README.org @@ -1,6 +1,6 @@ #+TITLE: ui/doom-dashboard #+DATE: October 9, 2019 -#+SINCE: v2.0.9 +#+SINCE: v1.3 #+STARTUP: inlineimages * Table of Contents :TOC_3:noexport: