Update org-hugo-base-dir path in Doom Emacs configuration

Changed the org-hugo-base-dir from an absolute path to a relative path using the home directory shortcut. This adjustment improves portability of the configuration across different environments.
This commit is contained in:
Danilo Reyes
2026-01-16 14:07:43 -06:00
parent 0559d212fe
commit 25d22d0983

View File

@@ -6,7 +6,7 @@
'(flycheck-flake8-maximum-line-length 88) '(flycheck-flake8-maximum-line-length 88)
'(safe-local-variable-values '(safe-local-variable-values
'((org-hugo-auto-export-on-save . t) '((org-hugo-auto-export-on-save . t)
(org-hugo-base-dir . /home/jawz/Development/Websites/portfolio/) (org-hugo-base-dir . "~/Development/Websites/portfolio/")
(git-commit-major-mode . git-commit-elisp-text-mode)))) (git-commit-major-mode . git-commit-elisp-text-mode))))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.