From 7f2cad970ea0188cacf8dafcc7201d0ed073ff33 Mon Sep 17 00:00:00 2001 From: AChavali Date: Tue, 31 Dec 2019 00:28:42 +0000 Subject: +darkroom mode configuration in writers module --- doom.d/modules/writers.org | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doom.d/modules') 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 -- cgit v1.2.3-13-gbd6f