Sequence of custom-set-variables and Evil init

Barry OReilly gundaetiapo at gmail.com
Tue May 22 00:59:48 CEST 2012


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ourproject.org/pipermail/implementations-list/attachments/20120521/cd35a628/attachment.htm 


More information about the implementations-list mailing list