spacemacs/layers/+source-control
Aaron L. Zeng f70110dd77 [version-control] Load smerge-mode when entering smerge-transient-state
This fixes the following error when pressing `SPC g r n` if
smerge-mode is not loaded yet:

    Symbol's function definition is void: smerge-vc-next-conflict

Removed the `:commands` argument to use-package, which is
erroneous (:commands sets up autoloads so that invoking the command
will load the package specified, but only if the command is not
already fboundp).

Instead, explicitly load smerge-mode when entering the transient
state, so that any of the key bindings in the transient state will be
available.  This has the same intended effect as the previous code.
2022-05-11 19:23:04 +02:00
..
git [git] key bindings to edit magit forge topics 2022-05-11 19:17:07 +02:00
github [bot] "documentation_updates" Mon Mar 28 11:29:34 UTC 2022 (#15433) 2022-03-28 11:38:15 -04:00
perforce update spacemacs/declare-prefix usages (#15278) 2022-02-04 05:36:11 +00:00
version-control [version-control] Load smerge-mode when entering smerge-transient-state 2022-05-11 19:23:04 +02:00