1 2 3 4 5 6 7 8
;; -*- lexical-binding: t; -*- (use-package hugoista :ensure t :custom (hugoista-site-dir "~/blog") (hugoista-hugo-command "~/go/bin/hugo")) (provide 'packages-misc)