From 25d22d09836d04f0251100cca1c22ee30004133e Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Fri, 16 Jan 2026 14:07:43 -0600 Subject: [PATCH] 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. --- dotfiles/doom/custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/doom/custom.el b/dotfiles/doom/custom.el index be0e9b7..3b7627d 100644 --- a/dotfiles/doom/custom.el +++ b/dotfiles/doom/custom.el @@ -6,7 +6,7 @@ '(flycheck-flake8-maximum-line-length 88) '(safe-local-variable-values '((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)))) (custom-set-faces ;; custom-set-faces was added by Custom.