From a2096422139e06d3f1057c3ba97f139541597e5c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 9 Oct 2020 23:52:32 +0200 Subject: Improve zotero integration using zotxt --- gui/conf/init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gui/conf/init.el b/gui/conf/init.el index cae9f1b..f4dfa81 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -231,6 +231,11 @@ (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 ox-reveal :ensure t) -- cgit v1.2.3