Re: [O] adding custom org-keymaps for EVIL Vim emulator

2012-05-06 Thread Eric S Fraga
Herbert Sitz hes...@gmail.com writes: I was playing around with Evil and like it quite a bit. It feels better than the previous Viper/Vimpulse package I was using, plus documentation is good, clear, and it seems easy to customize. One problem with Org for me has been keybindings. Even with

[O] adding custom org-keymaps for EVIL Vim emulator

2012-02-28 Thread Herbert Sitz
I was playing around with Evil and like it quite a bit. It feels better than the previous Viper/Vimpulse package I was using, plus documentation is good, clear, and it seems easy to customize. One problem with Org for me has been keybindings. Even with a Vim emulator that does a decent job of

Re: [O] adding custom org-keymaps for EVIL Vim emulator

2012-02-28 Thread Herbert Sitz
Herbert Sitz hesitz at gmail.com writes: (define-minor-mode evil-org-mode minor mode to add evil keymappings to Org-mode. :keymap (make-sparse-keymap) (evil-local-mode t)) Whoops, I left out the earlier lines to load and enable Evil. They are below. I commented out the (evil-mode 1),