diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-14 00:06:45 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-14 00:06:45 -0600 |
| commit | 4b1555e96bd4a7fbb2cda5899ae2637b467cbbbe (patch) | |
| tree | c1e293b8be392ccc94815f3a45477b75bf0eb959 /init.el | |
| parent | 208bf7f0afc3bc38c7178053043c626d7b5b7a41 (diff) | |
| download | dotemacs-4b1555e96bd4a7fbb2cda5899ae2637b467cbbbe.tar.gz dotemacs-4b1555e96bd4a7fbb2cda5899ae2637b467cbbbe.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.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
