summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-11 10:28:38 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-11 10:29:25 +0100
commite11f6fab9eb28d02aef11976785915c1ded6d449 (patch)
tree8fda9d41319d10098fbe9f6f5947574e8edb40a0 /init.el
parent7f7e8ae886342a8b8c76c984a6fa4904e710f525 (diff)
downloadymh-emacs-e11f6fab9eb28d02aef11976785915c1ded6d449.tar.gz
ymh-emacs-e11f6fab9eb28d02aef11976785915c1ded6d449.zip
Update coq window creation
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index d37ade3..0dd683e 100644
--- a/init.el
+++ b/init.el
@@ -1118,6 +1118,8 @@ https://yannherklotz.com"))
(use-package darkroom
:ensure t
+ :bind (:map ymh-map
+ ("d" . darkroom-mode))
;; :hook (text-mode . darkroom-tentative-mode)
:custom
(darkroom-text-scale-increase 1))