aboutsummaryrefslogtreecommitdiff
path: root/doom.d/modules/writers.org
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/modules/writers.org')
-rw-r--r--doom.d/modules/writers.org11
1 files changed, 0 insertions, 11 deletions
diff --git a/doom.d/modules/writers.org b/doom.d/modules/writers.org
index cc934ac..33a1c50 100644
--- a/doom.d/modules/writers.org
+++ b/doom.d/modules/writers.org
@@ -27,17 +27,6 @@ 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