Skip to content

Commit

Permalink
tweak(biblio): make zotxt obsolete, never really used!
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 11, 2024
1 parent 8891bf3 commit cd1ae59
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modules/me-biblio.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@

;;; Code:

(use-package zotxt
:straight t
:when (executable-find "zotero")
:init
(+map-local! :keymaps 'org-mode-map
"z" #'org-zotxt-mode)
(+map-local! :keymaps 'markdown-mode-map
"z" #'zotxt-citekey-mode))

(use-package citar
:straight t
:after minemacs-first-org-file oc
Expand Down
24 changes: 24 additions & 0 deletions modules/obsolete/me-zotxt.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
;;; me-zotxt.el --- Zotero integration -*- lexical-binding: t; -*-

;; Copyright (C) 2022-2024 Abdelhak Bougouffa

;; Author: Abdelhak Bougouffa (rot13 "nobhtbhssn@srqbencebwrpg.bet")

;;; Commentary:

;;; Code:

(use-package zotxt
:straight t
:when (executable-find "zotero")
:init
(+map-local! :keymaps 'org-mode-map
"z" #'org-zotxt-mode)
(+map-local! :keymaps 'markdown-mode-map
"z" #'zotxt-citekey-mode))


(provide 'obsolete/me-zotxt)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; me-zotxt.el ends here

0 comments on commit cd1ae59

Please sign in to comment.