Henrik Lissner 2020-04-16 15:16:06 -04:00
parent 3efef6e38f
commit 2de08ef4d6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 6 additions and 7 deletions

View file

@ -4,8 +4,7 @@
(use-package! org-roam
:hook (org-load . org-roam-mode)
:hook (org-roam-backlinks-mode . turn-on-visual-line-mode)
:commands (org-roam
org-roam-capture
:commands (org-roam-buffer-toggle-display
org-roam-date
org-roam-find-file
org-roam-graph-show

View file

@ -27,7 +27,7 @@
:recipe (:host github
:repo "emacs-straight/org-mode"
:files ("*.el" "lisp/*.el" "contrib/lisp/*.el"))
:pin "0fadd06b72")
:pin "9994e8ee89")
;; ...And prevent other packages from pulling org; org-plus-contrib satisfies
;; the dependency already: https://github.com/raxod502/straight.el/issues/352
(package! org :recipe (:local-repo nil))
@ -47,7 +47,7 @@
:recipe (:host github :repo "hlissner/evil-org-mode")
:pin "4d44e9bbdc"))
(when (featurep! :tools pdf)
(package! org-pdftools :pin "4f22e13e06"))
(package! org-pdftools :pin "4156b677fc"))
(when (featurep! :tools magit)
(package! orgit :pin "0242088fb2"))
(when (featurep! +brain)
@ -60,9 +60,9 @@
(when (featurep! +ipython) ; DEPRECATED
(package! ob-ipython :pin "7147455230"))
(when (featurep! +jupyter)
(package! jupyter :pin "97c421a698"))
(package! jupyter :pin "62ad054001"))
(when (featurep! +journal)
(package! org-journal :pin "8a844deeb7"))
(package! org-journal :pin "3fdb5b3036"))
(when (featurep! +pomodoro)
(package! org-pomodoro :pin "aa07c11318"))
(when (featurep! +present)
@ -72,7 +72,7 @@
(package! org-tree-slide :pin "7bf09a02bd")
(package! org-re-reveal :pin "61549f4c00"))
(when (featurep! +roam)
(package! org-roam :pin "a71176ee40")
(package! org-roam :pin "e33c144298")
(when (featurep! :completion company)
(package! company-org-roam :pin "0913d86f16")))