Config: fix ox-hugo path
This commit is contained in:
@@ -8,7 +8,13 @@
|
||||
'(ace-window benchmark-init cape cnfonts corfu crux drag-stuff eglot embark-consult everything
|
||||
exec-path-form-shell gcmh hungry-delete marginalia multiple-cursors orderless
|
||||
restart-emacs smart-mode-line solarized-theme vertico))
|
||||
'(safe-local-variable-values '((org-use-tag-inheritance)))
|
||||
'(safe-local-variable-values
|
||||
'((eval progn
|
||||
(setq org-hugo-base-dir
|
||||
(if (eq system-type 'windows-nt) "h:/emacs/hugo/this-is-my-blog/"
|
||||
"~/org/hugo/this-is-my-blog/"))
|
||||
(org-hugo-auto-export-mode))
|
||||
(org-use-tag-inheritance)))
|
||||
'(warning-suppress-log-types '((initialization))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
|
||||
Reference in New Issue
Block a user