aboutsummaryrefslogtreecommitdiff
path: root/doom.d/modules
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/modules')
-rw-r--r--doom.d/modules/writers.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/doom.d/modules/writers.org b/doom.d/modules/writers.org
index cd43fd9..767f6c4 100644
--- a/doom.d/modules/writers.org
+++ b/doom.d/modules/writers.org
@@ -27,6 +27,17 @@ Powerthesaurus for thesaurus on writer files
:desc "Autocorrect word" "a" #'flyspell-auto-correct-word
:desc "Goto next error" "w" #'flyspell-goto-next-error))
#+END_SRC
+* Darkroom
+#+BEGIN_SRC elisp
+(use-package! darkroom-mode
+ :defer-incrementally (text-mode org-mode)
+ :config
+ (map!
+ :localleader
+ :map org-mode-map
+ :prefix "w"
+ :desc "Darkroom" "d" #'darkroom-mode))
+#+END_SRC
* Org
** Org
#+BEGIN_SRC elisp