From ba3f30ef67f948438c4b8ec65d502108702be333 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 14 Jul 2024 18:19:03 -0400 Subject: [PATCH] nit(org): punctuate docstrings Plus minor grammar fix. --- modules/lang/org/config.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 7f21b32e7..e677e610d 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -56,13 +56,13 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default "Default, centralized target for org-capture templates.") (defvar +org-habit-graph-padding 2 - "The padding added to the end of the consistency graph") + "The padding added to the end of the consistency graph.") (defvar +org-habit-min-width 30 - "Hides the consistency graph if the `org-habit-graph-column' is less than this value") + "Hide the consistency graph if `org-habit-graph-column' is less than this.") (defvar +org-habit-graph-window-ratio 0.3 - "The ratio of the consistency graphs relative to the window width") + "The ratio of the consistency graphs relative to the window width.") (defvar +org-startup-with-animated-gifs nil "If non-nil, and the cursor is over a gif inline-image preview, animate it!")