aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-14 00:06:45 -0600
committerCraig Jennings <c@cjennings.net>2026-02-14 00:06:45 -0600
commit929f2449a316a04869bc4d91aee6e433a70fbd3d (patch)
tree74c66e51a034403ec789e25d87cec28cd82011fe /init.el
parent7bc08797b6f5b08371feb04f600c97f1bc2386ca (diff)
downloaddotemacs-929f2449a316a04869bc4d91aee6e433a70fbd3d.tar.gz
dotemacs-929f2449a316a04869bc4d91aee6e433a70fbd3d.zip
feat(hugo): extract hugo-config module with C-; h keybindings
Standalone module for ox-hugo blog workflow. One-file-per-post structure with keybindings for new post, export, open dir (dirvish and system file manager), and toggle draft.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 40d0ff1bc..4926ae1a6 100644
--- a/init.el
+++ b/init.el
@@ -114,6 +114,7 @@
(require 'org-contacts-config) ;; fully integrated org-mode contacts management
(require 'org-drill-config)
(require 'org-export-config)
+(require 'hugo-config) ;; ox-hugo blog workflow (C-; h)
(require 'org-refile-config) ;; refile org-branches
(require 'org-roam-config) ;; personal knowledge management in org mode