diff options
author | Adrian Kummerlaender | 2020-10-09 23:52:32 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2020-10-09 23:52:32 +0200 |
commit | a2096422139e06d3f1057c3ba97f139541597e5c (patch) | |
tree | b6bcdef4ad3db0bc24ea48bd2844b2a3cc7d82c3 /gui | |
parent | b27d60f370760306c9bfd9be02626a48f49b9548 (diff) | |
download | nixos_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')
-rw-r--r-- | gui/conf/init.el | 5 |
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) |