From 98a65a34894d8cfa82c4ac76952fd5588a501818 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Thu, 10 Oct 2019 01:06:08 +0300 Subject: [PATCH 1/2] Reformat ui/doom/README.org to match __doom-readme template --- modules/ui/doom/README.org | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/modules/ui/doom/README.org b/modules/ui/doom/README.org index 5eb47ad2c..6ff98149c 100644 --- a/modules/ui/doom/README.org +++ b/modules/ui/doom/README.org @@ -1,5 +1,19 @@ -#+TITLE: :ui doom +#+TITLE: ui/doom +#+DATE: October 9, 2019 +#+SINCE: v2.0.9 +#+STARTUP: inlineimages +* Table of Contents :TOC_3:noexport: +- [[#description][Description]] + - [[#module-flags][Module Flags]] +- [[#prerequisites][Prerequisites]] +- [[#configuration][Configuration]] + - [[#changing-theme][Changing theme]] + - [[#changing-fonts][Changing fonts]] +- [[#troubleshooting][Troubleshooting]] + - [[#strange-font-symbols][Strange font symbols]] + +* Description This module modifies Emacs' user interface. Doom's look is loosely inspired by Atom's One Dark theme, and is largely contained in the] plugin. @@ -9,12 +23,11 @@ Doom's look is loosely inspired by Atom's One Dark theme, and is largely contain + "Thin bar" fringe bitmaps for ~git-gutter-fringe~ + File-visiting buffers are slightly brighter (powered by solaire-mode) -* Table of Contents :TOC: -- [[#configuration][Configuration]] - - [[#changing-theme][Changing theme]] - - [[#changing-fonts][Changing fonts]] -- [[#troubleshooting][Troubleshooting]] - - [[#strange-font-symbols][Strange font symbols]] +** Module Flags +This module provides no flags. + +* Prerequisites +This module has no prereqisites. * Configuration ** Changing theme From 5100b84ed679c2c0c1077de2e6a055b98f26b3a6 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Thu, 10 Oct 2019 01:45:36 +0300 Subject: [PATCH 2/2] Fix #+SINCE in ui/doom/README.org --- modules/ui/doom/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/doom/README.org b/modules/ui/doom/README.org index 6ff98149c..27fd15624 100644 --- a/modules/ui/doom/README.org +++ b/modules/ui/doom/README.org @@ -1,6 +1,6 @@ #+TITLE: ui/doom #+DATE: October 9, 2019 -#+SINCE: v2.0.9 +#+SINCE: v1.3 #+STARTUP: inlineimages * Table of Contents :TOC_3:noexport: