diff --git a/init/text/tools.el b/init/text/tools.el index d84a157..b0df401 100644 --- a/init/text/tools.el +++ b/init/text/tools.el @@ -1,6 +1,6 @@ ;;; tools.el --- Configure text tools. -*- lexical-binding: t; -*- -;; Time-stamp: <2019-10-14T15:15:42+00:00> +;; Time-stamp: <2019-10-17T18:54:13+00:00> ;;; Commentary: @@ -46,7 +46,6 @@ ;; Mode for writing blog posts with hugo. (use-package easy-hugo :if (string= (system-name) "ventiloplattform") - :after (adoc-mode) :custom (easy-hugo-basedir "~/Projekte/www/blog.tastytea.de/")