mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
fix config.el, clean package :recipe
This commit is contained in:
@ -392,8 +392,7 @@ file isn't in `org-directory'."
|
|||||||
(setq org-pandoc-options
|
(setq org-pandoc-options
|
||||||
'((standalone . t)
|
'((standalone . t)
|
||||||
(mathjax . t)
|
(mathjax . t)
|
||||||
(variable . "revealjs-url=https://cdn.jsdelivr.net/npm/reveal.js@3/"))))
|
(variable . "revealjs-url=https://cdn.jsdelivr.net/npm/reveal.js@3/")))))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(defun +org-init-habit-h ()
|
(defun +org-init-habit-h ()
|
||||||
|
@ -56,5 +56,4 @@
|
|||||||
(when (featurep! +hugo)
|
(when (featurep! +hugo)
|
||||||
(package! ox-hugo :recipe (:host github
|
(package! ox-hugo :recipe (:host github
|
||||||
:repo "kaushalmodi/ox-hugo"
|
:repo "kaushalmodi/ox-hugo"
|
||||||
:nonrecursive t
|
:nonrecursive t)))
|
||||||
:files (:defaults "*.el"))))
|
|
||||||
|
Reference in New Issue
Block a user