From 78c3ef3c2008f72f9e46f30447c68d627bd693cd Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 14 Feb 2026 00:06:45 -0600 Subject: 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. --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') 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 -- cgit v1.2.3