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"))