update org-layer: helm-org is now a separate package

This commit is contained in:
Simon Pintarelli 2019-08-11 20:11:48 +02:00 committed by smile13241324
parent 8ed7e5e7a1
commit 0750b4e72c
2 changed files with 7 additions and 0 deletions

View File

@ -2148,6 +2148,7 @@ Other:
- Added support for CUSTOM_ID in latex exports (thanks to Compro-Prasad)
- Added ~SPC m i L~ as =org-cliplink= into =org= layer (thanks to bb2020)
- Added =ox-jira= as org export backend (thanks to Sebastian Nagel)
- Load =helm-org= package (thanks to Simon Pintarelli)
**** Osx
- Fixed OSX mapping issue (thanks to Joey Liu)
- Added layer variables to customize modifier behaviors on macOS:

View File

@ -17,6 +17,7 @@
evil-org
evil-surround
gnuplot
(helm-org :toggle (configuration-layer/layer-used-p 'helm))
(helm-org-rifle :toggle (configuration-layer/layer-used-p 'helm))
htmlize
;; ob, org and org-agenda are installed by `org-plus-contrib'
@ -83,6 +84,11 @@
:defer t
:init (spacemacs/set-leader-keys "aor" 'helm-org-rifle)))
(defun org/init-helm-org ()
(use-package helm-org
:commands (helm-org-in-buffer-headings)
:defer t))
(defun org/init-htmlize ()
(use-package htmlize
:defer t))