From 6153c0bbc066e69a9c78e31f409e90450294e102 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 4 May 2021 21:31:00 +0200 Subject: Update --- gui/conf/init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gui/conf/init.el') diff --git a/gui/conf/init.el b/gui/conf/init.el index 5530141..5f6cfc4 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -294,10 +294,10 @@ (setq org-bullets-bullet-list '("●" "●" "⤷" "⤷")) (add-hook 'org-mode-hook #'org-bullets-mode)) -;(use-package zotxt -; :ensure t -; :config -; (add-hook 'org-mode-hook 'org-zotxt-mode)) +(use-package zotxt + :ensure t + :config + (add-hook 'org-mode-hook 'org-zotxt-mode)) (use-package ox-reveal :ensure t) -- cgit v1.2.3