On 2011-07-25 18:57 +0200, laputa5 wrote: > It is caused by that for some reason my recentf-mode is always on, > and it always returns Emacs in `evil-initial-state-for-buffer'. > so I changed the function a bit, but now I think about it, it's > easier to just do the following, or remove it in the first place. > (delete* 'recentf-mode evil-emacs-state-modes)
Thanks for the heads-up. Commit 5d2af9a removes recentf-mode from `evil-emacs-state-modes' and makes recentf-dialog-mode come up in Motion state. -- Vegard _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
