Move the if for easy-hugo.
This commit is contained in:
parent
5cfceb1b5a
commit
54e30efaeb
7
init.el
7
init.el
|
@ -787,8 +787,8 @@ With argument, do this that many times."
|
|||
("C-;" . iedit-mode))
|
||||
|
||||
;; Mode for writing blog posts with hugo.
|
||||
(if (string= (system-name) "ventiloplattform")
|
||||
(use-package easy-hugo
|
||||
(use-package easy-hugo
|
||||
:if (string= (system-name) "ventiloplattform")
|
||||
:custom
|
||||
(easy-hugo-basedir "~/Projekte/www/blog.tastytea.de/")
|
||||
(easy-hugo-url "https://blog.tastytea.de")
|
||||
|
@ -798,7 +798,8 @@ With argument, do this that many times."
|
|||
(easy-hugo-asciidoc-extension "adoc")
|
||||
(easy-hugo-server-flags "-D")
|
||||
:bind
|
||||
("C-x M-h" . easy-hugo)))
|
||||
("C-x M-h" . easy-hugo)
|
||||
)
|
||||
|
||||
;; A template system.
|
||||
(use-package yasnippet)
|
||||
|
|
Loading…
Reference in New Issue
Block a user