From 185b10b6e767485a238dfa688a6aed2db587556c Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 27 May 2021 16:51:17 +0200 Subject: [PATCH] Add package org-tree-slide --- bundle/bundle--package.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index c7e901f0..415be6dc 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -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))