From 455d19e11208135664791a46ff36a4ee39ed562e Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sat, 19 Aug 2023 10:01:14 -0700 Subject: [PATCH] fix: use `ob-racket` package Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7f050c6..3544a85 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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"))