pkg update and first config fix

org-brain not working, add org-roam
This commit is contained in:
2022-12-19 23:02:34 +01:00
parent 02b3e07185
commit 82f05baffe
885 changed files with 356098 additions and 36993 deletions

View File

@@ -0,0 +1,17 @@
(define-package "org-roam" "20221205.355" "A database abstraction layer for Org-mode"
'((emacs "26.1")
(dash "2.13")
(org "9.4")
(emacsql "3.0.0")
(emacsql-sqlite "1.0.0")
(magit-section "3.0.0"))
:commit "f9228ce31969cab9ca46ad4890e82e2ea7de3738" :authors
'(("Jethro Kuan" . "jethrokuan95@gmail.com"))
:maintainer
'("Jethro Kuan" . "jethrokuan95@gmail.com")
:keywords
'("org-mode" "roam" "convenience")
:url "https://github.com/org-roam/org-roam")
;; Local Variables:
;; no-byte-compile: t
;; End: