summaryrefslogtreecommitdiff
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
commit78c3ef3c2008f72f9e46f30447c68d627bd693cd (patch)
tree9d4cc7f523db907c7bdf99e654cd1ca47b2f8551 /init.el
parent48a2d4cc31b2825b39d5efdf619189c23c55a659 (diff)
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 40d0ff1b..4926ae1a 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