summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa2025-02-16 22:05:17 +0800
committernoa2025-02-16 22:05:17 +0800
commitb47fea6f9acd8e26e4764053ce57d6b00de9004a (patch)
treec998756b4e716fe05487b0fba574cff03740ed6f
parentf1c022771f97f06146b02a3c912604b2cf6284ec (diff)
Get ebib from apt
-rw-r--r--emacs/init.el3
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)