Install ox-gfm

This commit is contained in:
Tobias Ostner 2023-03-13 10:20:06 +01:00
parent 436ea4dc08
commit 8e8c78e9b3

View file

@ -226,6 +226,8 @@
:init
(global-org-modern-mode))
(use-package ox-gfm)
(use-package paredit
:hook ((lisp-mode emacs-lisp-mode clojure-mode) . paredit-mode))