1
0
Fork 0

fix: use ob-racket package

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-19 10:01:14 -07:00
parent f9572efac2
commit 455d19e112
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -41,8 +41,12 @@
(straight-use-package '(nano-theme :type git :host github
:repo "rougier/nano-theme"))
;; Productivity
;; Org
(straight-use-package 'org)
(straight-use-package '(ob-racket :type git :host github
:repo "DEADB17/ob-racket"))
;; Productivity
(straight-use-package 'elfeed)
(straight-use-package '(pdf-tools :type git :host github
:repo "vedang/pdf-tools"))