@@ -88,7 +88,7 @@
;;biblio ; Writes a PhD for you (citation needed)
;;debugger ; FIXME stepping through code, to help you add bugs
;;direnv
- ;;docker
+ docker
editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
@@ -35,6 +35,12 @@
(package! cook-mode
:recipe (:host github :repo "cooklang/cook-mode"))
+(package! helm-bibtex
+ :recipe (:host github :repo "tmalsburg/helm-bibtex"))
+
+(package! org-ref
+ :recipe (:host github :repo "jkitchin/org-ref"))
+
;; If the package you are trying to install does not contain a PACKAGENAME.el
;; file, or is located in a subdirectory of the repo, you'll need to specify
;; `:files' in the `:recipe':