diff options
author | noa | 2025-02-16 22:05:17 +0800 |
---|---|---|
committer | noa | 2025-02-16 22:05:17 +0800 |
commit | b47fea6f9acd8e26e4764053ce57d6b00de9004a (patch) | |
tree | c998756b4e716fe05487b0fba574cff03740ed6f | |
parent | f1c022771f97f06146b02a3c912604b2cf6284ec (diff) |
Get ebib from apt
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 40c299a..2ad3e9a 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -689,8 +689,9 @@ With prefix argument TIME, also add the current time." :ensure t) ;;; Bibliography management +;; TODO: update this to fit with the new single org file notes system. This way should be easier than the previous method i think. (use-package ebib - :ensure t + ;; :ensure t :defer t :custom (ebib-bibtex-dialect 'biblatex) |