move +hugo feature to contrib/+hugo.el
This commit is contained in:
parent
a9e2bdf28c
commit
ea4fa7021d
2 changed files with 13 additions and 8 deletions
12
modules/lang/org/contrib/+hugo.el
Normal file
12
modules/lang/org/contrib/+hugo.el
Normal file
|
@ -0,0 +1,12 @@
|
|||
;;; +hugo.el --- ox-hugo support -*- lexical-binding: t; -*-
|
||||
;;;###if (featurep! +hugo)
|
||||
|
||||
(use-package! ox-hugo
|
||||
:after ox
|
||||
(map! :map org-mode-map
|
||||
:localleader
|
||||
(:prefix ("e" . "export")
|
||||
:desc "to hugo" "h" #'org-hugo-export-to-md
|
||||
:desc "to hugo & open" "H" #'org-hugo-export-as-md)))
|
||||
|
||||
;;; +hugo.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue