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

@@ -1,14 +1,10 @@
(define-package "gnuplot" "20220102.1637" "Major-mode and interactive frontend for gnuplot"
'((emacs "24.3"))
:commit "d1a6a606dcb389a7c91a6b0d9fb995434df561be" :authors
'(("Jon Oddie")
("Bruce Ravel")
("Phil Type"))
:maintainer
'("Bruce Ravel" . "bruceravel1@gmail.com")
(define-package "gnuplot" "20221112.2049" "Major-mode and interactive frontend for gnuplot"
'((emacs "25.1"))
:commit "fe7ce76d797b34214178ac8e470f2fa9a63b2520" :maintainer
'("Maxime Tréca" . "maxime@gmail.com")
:keywords
'("data" "gnuplot" "plotting")
:url "https://github.com/emacsorphanage/gnuplot")
:url "https://github.com/emacs-gnuplot/gnuplot")
;; Local Variables:
;; no-byte-compile: t
;; End: