remove ox-hugo

Amolith created

Change summary

dot_config/doom/config.el.tmpl | 4 ----
dot_config/doom/packages.el    | 1 -
2 files changed, 5 deletions(-)

Detailed changes

dot_config/doom/config.el.tmpl 🔗

@@ -65,10 +65,6 @@
 
 (setq org-export-with-smart-quotes t)
 
-(use-package ox-hugo
-  :ensure t
-  :after ox)
-
 (use-package helm-bibtex
   :custom
   (helm-bibtex-bibliography '("~/Documents/citations.bib"))

dot_config/doom/packages.el 🔗

@@ -12,7 +12,6 @@
 (package! org-bullets)
 (package! smooth-scrolling)
 (package! htmlize)
-(package! ox-hugo)
 (package! flyspell)
 (package! markdown-mode)
 (package! auto-virtualenv)