Re: [O] Emacs Prelude

2011-12-08 Thread Kenny Meyer
>    (mapcar (lambda (state) >           (evil-declare-key state org-mode-map >             (kbd "M-l") 'org-metaright >             (kbd "M-h") 'org-metaleft >             (kbd "M-k") 'org-metaup >             (kbd "M-j") 'org-metadown >             (kbd "M-L") 'org-shiftmetaright >             (k

Re: [O] Emacs Prelude

2011-12-06 Thread Marcelo de Moraes Serpa
Wow! Evil is simply awesome! I like that it runs smoothly (differently from viper-mode, which makes the whole text editing experience very slow when using orgmode). Kudos to Evil's developers, and thank you for letting us know about it! On Mon, Dec 5, 2011 at 3:09 AM, Eric S Fraga wrote: > Marce

Re: [O] Emacs Prelude

2011-12-05 Thread Eric S Fraga
Marcelo de Moraes Serpa writes: > Hi Tom, > > I'm very interested in the "vi emulation in emacs" subject. I've tried > viper-mode but it's quite slow with org, so I gave up on it. What's evil > and how's the vi emulation it provides? Could you elaborate on it? I'd > appreciate it, a lot. > > Than

Re: [O] Emacs Prelude

2011-12-04 Thread Marcelo de Moraes Serpa
Hi Tom, I'm very interested in the "vi emulation in emacs" subject. I've tried viper-mode but it's quite slow with org, so I gave up on it. What's evil and how's the vi emulation it provides? Could you elaborate on it? I'd appreciate it, a lot. Thanks, Marcelo. On Sun, Dec 4, 2011 at 10:01 AM,

Re: [O] Emacs Prelude

2011-12-04 Thread Tom Prince
On Fri, 02 Dec 2011 20:25:21 -0600, SndChaser wrote: > 2) Has someone bound: org-do-promote, org-do-demote, > org-promote-subtree. org-demote-subtree, org-move-subtree-up and > org-move-subtree-down to another set of keys that is as handy / workable > as the original bindings? Well, I use the

[O] Emacs Prelude

2011-12-02 Thread SndChaser
Is anybody here using Bozhidar Batsov's Emacs Prelude? (https://github.com/bbatsov/emacs-prelude) The reason I as is: by default it disables the Up, Down, Left, right keys (in order to try to for users to learn the C-N, C-P, C-F, C-B, etc. keys). This, of course, messes with the structure edi