From f3416f144d2b2f27c90289f6aa5a607a96c27e6f Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 17 Oct 2019 21:39:36 +0200 Subject: [PATCH] Allow easy-hugo to bind keys. --- init/text/tools.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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/")