Load the enwc keybinding non-lazily

This commit is contained in:
Jeremy Dormitzer 2019-08-25 15:00:56 -04:00
parent 900fe18396
commit 0b2d80460c

View File

@ -3068,6 +3068,7 @@ Emacs frontend for networkmanager.
(setq enwc-default-backend 'nm)
(add-to-list 'evil-emacs-state-modes 'enwc-mode)
(general-def enwc-mode-map "SPC" leader-map)
:init
(leader-def-key "an" #'enwc)
:commands (enwc))
#+END_SRC