edwtjo / evil-org-mode

Supplemental evil-mode keybindings to emacs org-mode
204 stars 37 forks source link

clever-insert-item in insert mode #21

Open Profpatsch opened 9 years ago

Profpatsch commented 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.