diff --git a/init.el b/init.el index 5152f66..e7ffcb4 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; 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: ;; 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 (easy-hugo-basedir "~/Projekte/www/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-default-ext ".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. "phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh") :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 for Firefox-extension that allows to use Emacs to edit textareas.