Move helm setq out of with-eval-after-load

This commit is contained in:
Eivind Fonn 2016-05-18 09:55:16 +02:00
parent e4b7536510
commit ac104d2739
1 changed files with 9 additions and 9 deletions

View File

@ -18,16 +18,16 @@
))
(defun spacemacs-completion/init-default-helm-config ()
(setq helm-prevent-escaping-from-minibuffer t
helm-bookmark-show-location t
helm-display-header-line nil
helm-split-window-in-side-p t
helm-always-two-windows t
helm-echo-input-in-header-line t
helm-imenu-execute-action-at-once-if-one nil
helm-org-format-outline-path t
helm-display-function 'spacemacs//display-helm-window)
(with-eval-after-load 'helm
(setq helm-prevent-escaping-from-minibuffer t
helm-bookmark-show-location t
helm-display-header-line nil
helm-split-window-in-side-p t
helm-always-two-windows t
helm-echo-input-in-header-line t
helm-imenu-execute-action-at-once-if-one nil
helm-org-format-outline-path t
helm-display-function 'spacemacs//display-helm-window)
(spacemacs|hide-lighter helm-mode)
(when (and dotspacemacs-helm-resize
(or (eq dotspacemacs-helm-position 'bottom)