Skip to content

Commit

Permalink
Set evil-move-beyond-eol to nil for now
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Sep 17, 2015
1 parent 5e0fa16 commit 41459be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layers/+distribution/spacemacs-base/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@
;; allow the point to go past the end of line so we can
;; consisently evaluate expression with eval-last-sexp in
;; all modes
(setq evil-move-beyond-eol t)
;; Temporarily disabled pending resolution of other issues.
;; (setq evil-move-beyond-eol t)

(defun spacemacs/state-color-face (state)
"Return the symbol of the face for the given STATE."
Expand Down

0 comments on commit 41459be

Please sign in to comment.