Add package org-tree-slide

This commit is contained in:
Marcus Kammer 2021-05-27 16:51:17 +02:00
parent ed512e92ea
commit 185b10b6e7

View file

@ -224,3 +224,7 @@
:config
(add-hook 'text-mode-hook #'flyspell-mode)
(add-hook 'prog-mode-hook #'flyspell-prog-mode))
(use-package org-tree-slide
:custom
(org-image-actual-width nil))