aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/init.el
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-10-09 23:52:32 +0200
committerAdrian Kummerlaender2020-10-09 23:52:32 +0200
commita2096422139e06d3f1057c3ba97f139541597e5c (patch)
treeb6bcdef4ad3db0bc24ea48bd2844b2a3cc7d82c3 /gui/conf/init.el
parentb27d60f370760306c9bfd9be02626a48f49b9548 (diff)
downloadnixos_home-a2096422139e06d3f1057c3ba97f139541597e5c.tar
nixos_home-a2096422139e06d3f1057c3ba97f139541597e5c.tar.gz
nixos_home-a2096422139e06d3f1057c3ba97f139541597e5c.tar.bz2
nixos_home-a2096422139e06d3f1057c3ba97f139541597e5c.tar.lz
nixos_home-a2096422139e06d3f1057c3ba97f139541597e5c.tar.xz
nixos_home-a2096422139e06d3f1057c3ba97f139541597e5c.tar.zst
nixos_home-a2096422139e06d3f1057c3ba97f139541597e5c.zip
Improve zotero integration using zotxt
Diffstat (limited to 'gui/conf/init.el')
-rw-r--r--gui/conf/init.el5
1 files changed, 5 insertions, 0 deletions
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)