Require helm-org in helm config

This commit is contained in:
Ivan Malison 2016-07-05 12:14:42 -07:00
parent d60314fbb5
commit 1fb07d661e

View File

@ -1662,6 +1662,7 @@ I use helm for almost all emacs completion
:diminish helm-mode
:config
(progn
(require 'helm-org)
(setq helm-split-window-default-side 'same) (ref:helm split window)
(cl-defun helm-org-headings-in-buffer ()