diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index c0cbbd83..e8ed5d1e 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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?