From 41459bea123d534ed48b1e3b50ee97723605b442 Mon Sep 17 00:00:00 2001 From: Eivind Fonn Date: Thu, 17 Sep 2015 22:05:04 +0200 Subject: [PATCH] Set evil-move-beyond-eol to nil for now --- layers/+distribution/spacemacs-base/packages.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layers/+distribution/spacemacs-base/packages.el b/layers/+distribution/spacemacs-base/packages.el index 9c13c2498..81f5d7def 100644 --- a/layers/+distribution/spacemacs-base/packages.el +++ b/layers/+distribution/spacemacs-base/packages.el @@ -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."