Skip to content

Commit

Permalink
Merge branch 'develop' (v0.64.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Mar 3, 2015
2 parents 512c9b5 + 0e69d7f commit 264b6ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions contrib/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ you can answer `y` with no issue.
<kbd>N</kbd> | show previous commit
<kbd>p</kbd> | show previous commit
<kbd>q</kbd> | leave micro-state and git timemachine
<kbd>Y</kbd> | copy current commit hash

### Git gutter

Expand Down
2 changes: 1 addition & 1 deletion contrib/git/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ which require an initialization must be listed explicitly in the list.")
("p" git-timemachine-show-previous-revision)
("n" git-timemachine-show-next-revision)
("N" git-timemachine-show-previous-revision)
("y" git-timemachine-kill-revision)
("Y" git-timemachine-kill-revision)
("q" nil :exit t)))))

;; this mode is not up to date
Expand Down
2 changes: 1 addition & 1 deletion core/core-configuration-layer.el
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ for that layer."
"Declare the passed configuration LAYERS.
LAYERS is a list of layer symbols."
(reduce (lambda (acc elt) (push elt acc))
(mapcar 'configuration-layer//declare-layer layers)
(mapcar 'configuration-layer//declare-layer (reverse layers))
:initial-value nil))

(defun configuration-layer//declare-layer (layer)
Expand Down
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.64.0" "Spacemacs version.")
(defconst spacemacs-version "0.64.1" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")

(defun spacemacs/emacs-version-ok ()
Expand Down

0 comments on commit 264b6ce

Please sign in to comment.