Skip to content

Commit

Permalink
Merge branch 'develop' (v0.52.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 31, 2015
2 parents e197d17 + 975fb17 commit bec4b4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(defconst spacemacs-version "0.52.0" "Spacemacs version.")
(defconst spacemacs-version "0.52.1" "Spacemacs version.")
(defconst spacemacs-min-version "24.3" "Minimal required version of Emacs.")

(defun spacemacs/emacs-version-ok ()
Expand Down
6 changes: 3 additions & 3 deletions spacemacs/extensions/helm-spacemacs/helm-spacemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"Layers discovery with helm interface."
:group 'spacemacs
:global t
(setq helm-spacemacs-all-layers nil
helm-spacemacs-all-packages nil)
(if helm-spacemacs-mode
(progn
(mapc (lambda (layer) (push (configuration-layer//declare-layer layer)
Expand All @@ -49,9 +51,7 @@
(configuration-layer//load-layer-files helm-spacemacs-all-layers
'("funcs.el" "config.el"))
(setq helm-spacemacs-all-packages (configuration-layer/get-packages
helm-spacemacs-all-layers)))
(setq helm-spacemacs-all-layers nil
helm-spacemacs-all-packages nil)))
helm-spacemacs-all-layers)))))

;;;###autoload
(defun helm-spacemacs ()
Expand Down

0 comments on commit bec4b4a

Please sign in to comment.