forked from colonelpanic/dotfiles
[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:
parent
344e7dbd1c
commit
8daa4b875b
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user