Allow easy-hugo to bind keys.

This commit is contained in:
tastytea 2019-10-17 21:39:36 +02:00
parent a423f9fba1
commit f3416f144d

View File

@ -1,6 +1,6 @@
;;; tools.el --- Configure text tools. -*- lexical-binding: t; -*- ;;; 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: ;;; Commentary:
@ -46,7 +46,6 @@
;; Mode for writing blog posts with hugo. ;; Mode for writing blog posts with hugo.
(use-package easy-hugo (use-package easy-hugo
:if (string= (system-name) "ventiloplattform") :if (string= (system-name) "ventiloplattform")
:after (adoc-mode)
:custom :custom
(easy-hugo-basedir "~/Projekte/www/blog.tastytea.de/") (easy-hugo-basedir "~/Projekte/www/blog.tastytea.de/")