lang/org: move contrib/+hugo -> contrib/hugo

+ Refill +hugo flag's description in the README
+ Lazy load ox-hugo localleader keybinds by package, rather than by
  keymap deferral
This commit is contained in:
Henrik Lissner 2019-10-04 12:17:47 -04:00
parent c023cef415
commit 423a38c758
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 5 additions and 6 deletions

View file

@ -868,7 +868,7 @@ compelling reason, so..."
;;; Custom org modules
(if (featurep! +dragndrop) (load! "contrib/dragndrop"))
(if (featurep! +hugo) (load! "contrib/+hugo"))
(if (featurep! +hugo) (load! "contrib/hugo"))
(if (featurep! +ipython) (load! "contrib/ipython"))
(if (featurep! +present) (load! "contrib/present"))