Open Profpatsch opened 9 years ago
It only really matters in insert mode (typing down a list, hitting enter should insert the next list item).
;; insert state shortcuts (evil-define-key 'insert evil-org-mode-map "RET" 'clever-insert-item)
seems to be shadowed by org.el, and I’m not enough of an emacs-coder to know why.
org.el
It only really matters in insert mode (typing down a list, hitting enter should insert the next list item).
seems to be shadowed by
org.el
, and I’m not enough of an emacs-coder to know why.