You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may be mistaken, but :defer nil and :demand t seem to have the same effect. Is that correct? I didn't see anything in the documentation that mentions it.
The text was updated successfully, but these errors were encountered:
If you aren't using :commands, :bind, :bind*, :bind-keymap, :bind-keymap*, :mode, :interpreter, or :hook (all of which imply :defer
So if you don't use any of these keywords, then yes :defer nil is the same as :demand t. But see it more as :defer is a way to control defering and :demand a way of bypassing :defer.
@nyraghu: not sure what happens if you have :commands AND :defer nil. To me it does not make a lot of sense, I guess that yeah it might behave the same as :demand t but I would not count on it.
I may be mistaken, but :defer nil and :demand t seem to have the same effect. Is that correct? I didn't see anything in the documentation that mentions it.
The text was updated successfully, but these errors were encountered: