[Emacs] Use end-of-visual-line in org-mode

The default behavior of org-mode-end-of-line has changed so that we
never go past folded ellipses which is super annoying.
This commit is contained in:
Ivan Malison 2016-11-07 17:42:45 -08:00
parent 344e7dbd1c
commit 8daa4b875b
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2885,6 +2885,8 @@ Intero seems to be causing hangs, so it has been disabled
#+BEGIN_SRC emacs-lisp
(use-package org
:ensure org-plus-contrib
:bind (:map org-mode-map
(("C-e" . end-of-visual-line)))
:preface
(progn
;; XXX: These should probably be moved to config, right?