From 8fd3bd80da990674511e989ad2426274146fb4ee Mon Sep 17 00:00:00 2001 From: Lorenzo Giuliani Date: Thu, 29 Aug 2019 16:26:06 +0200 Subject: [PATCH] fix config.el, clean package :recipe --- modules/lang/org/config.el | 3 +-- modules/lang/org/packages.el | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 2a7a2f979..07fdfe08e 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -392,8 +392,7 @@ file isn't in `org-directory'." (setq org-pandoc-options '((standalone . 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 () diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index 7caee5872..f4cfd81c1 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -56,5 +56,4 @@ (when (featurep! +hugo) (package! ox-hugo :recipe (:host github :repo "kaushalmodi/ox-hugo" - :nonrecursive t - :files (:defaults "*.el")))) + :nonrecursive t)))