Where to add evil-ex-define-cmd ? #15883
Unanswered
sebastorama
asked this question in
Q&A
Replies: 1 comment
-
Hey there, you can try wrapping those forms in a `with-eval-after-load' macro as a quick fix. (with-eval-after-load "evil" https://www.gnu.org/software/emacs/manual/html_node/elisp/Hooks-for-Loading.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to overwrite a couple of ex commands:
It has no effect if I put these on
dotspacemacs/user-config
. However, if I eval this section after spacemacs has started, it works as intended. Am I doing anything wrong?Beta Was this translation helpful? Give feedback.
All reactions