add gitswitch and git repo list to consult-buffer, do: g SPC

This commit is contained in:
2026-07-30 23:59:55 +02:00
parent 586caeffba
commit f94826d8cc
4 changed files with 58 additions and 11 deletions

View File

@@ -146,7 +146,7 @@ _k_: kill (C-k) _s_: split _{_: wrap with { }
(define-key smartparens-mode-map (kbd "C-x (") 'hydra-smartparens/body))
:bind (:map smartparens-mode-map
:bind (;:map smartparens-mode-map
;; auto wrapping w/o region
( "C-c (" . 'wrap-with-parens)
( "C-c [" . 'wrap-with-brackets)