diff --git a/dotfiles/spacemacs.org b/dotfiles/spacemacs.org index 99e5925..39b4e08 100644 --- a/dotfiles/spacemacs.org +++ b/dotfiles/spacemacs.org @@ -1074,6 +1074,13 @@ Ressources: org-wunderlist-dir "~/.emacs.d/org-wunderlist/") #+END_SRC +*** ox-hugo +#+begin_src emacs-lisp + (use-package ox-hugo + :ensure t ;Auto-install the package from Melpa (optional) + :after ox) +#+end_src + *** More Config #+BEGIN_SRC emacs-lisp (with-eval-after-load 'org