From dac443c55f249eacc611405c72693f000bd23ee9 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 12 Feb 2024 13:11:09 -0500 Subject: [PATCH] fix(emacs): change `ob-racket` source Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9f447dc..90aeb68 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -54,7 +54,7 @@ (straight-use-package '(ob-racket :type git :host github - :repo "DEADB17/ob-racket")) + :repo "hasu/emacs-ob-racket")) ;; Productivity (straight-use-package 'elfeed)