Upped hugo previewtime to 2 hours.

This commit is contained in:
tastytea 2019-05-08 01:42:58 +02:00
parent 2034c5831b
commit 1ada6689d1

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file. ;;; init.el --- tastytea's Emacs init file.
;; Time-stamp: <2019-05-05T23:29:50+00:00> ;; Time-stamp: <2019-05-07T20:40:36+00:00>
;;; Commentary: ;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with ;; I am using this file with Emacs 26, but most of it will probably work with
@ -715,7 +715,7 @@ With argument, do this that many times."
:custom :custom
(easy-hugo-basedir "~/Projekte/www/blog.tastytea.de/") (easy-hugo-basedir "~/Projekte/www/blog.tastytea.de/")
(easy-hugo-url "https://blog.tastytea.de") (easy-hugo-url "https://blog.tastytea.de")
(easy-hugo-previewtime "1200") ; 20 minutes. (easy-hugo-previewtime "7200") ; 2 hours.
(easy-hugo-postdir "content/posts") (easy-hugo-postdir "content/posts")
(easy-hugo-default-ext ".adoc") (easy-hugo-default-ext ".adoc")
(easy-hugo-asciidoc-extension "adoc") (easy-hugo-asciidoc-extension "adoc")
@ -913,7 +913,7 @@ With argument, do this that many times."
server-auth-key ; 64 chars, saved in ~/.emacs.d/server/server. server-auth-key ; 64 chars, saved in ~/.emacs.d/server/server.
"phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh") "phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh")
:config :config
(if (not (eq (server-running-p) t)) ; Run server if not t. (unless (eq (server-running-p) t) ; Run server if not t.
(server-start))) (server-start)))
;; Server for Firefox-extension that allows to use Emacs to edit textareas. ;; Server for Firefox-extension that allows to use Emacs to edit textareas.