summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-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)