Files
doomemacs/modules
Colin Woodbury 4cb498e3a1 lang/rust: Differentiate doc building bindings
`cargo doc --open` (the previous binding of `SPC m b d`) always opens a
new browser tab. For "doc-driven development" this isn't so nice, since
we'd like to stay in the same tab and just refresh its contents after
editing. That's what `cargo doc` (without `--open`) does, which is
called by `#'rustic-carg-build-doc`.

This commit introduces a binding for the latter behaviour, but asigns it
to the old `SPC m b d`, with the "open" variant as `SPC m b D`. This
matches Spacemacs and follows the usual pattern of "the capital letter
variant is the one you use less often".
2021-05-26 21:57:05 -07:00
..
2021-05-21 23:13:14 -04:00
2021-05-25 10:35:21 -04:00
2021-05-25 13:39:26 -04:00
2021-05-23 21:49:02 -04:00
2021-05-25 13:39:26 -04:00