22 May 2012 00:59
Sequence of custom-set-variables and Evil init
Barry OReilly <gundaetiapo <at> gmail.com>
2012-05-21 22:59:48 GMT
2012-05-21 22:59:48 GMT
I'm not sure whether to place the custom-set-variables call before or after initializing Evil. Some customizations only work before Evil initialization, some after.
For example,
(custom-set-variables
'(evil-overriding-maps nil))
doesn't work correctly if after Evil init.
(custom-set-variables
'(evil-search-module (quote evil-search)))
doesn't work correctly if before evil init.
Which way is it supposed to be? If I leave them separated, Emacs consolidates them into one again when I use its customization interface.
_______________________________________________ implementations-list mailing list implementations-list <at> lists.ourproject.org https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
RSS Feed