Change theme
All checks were successful
/ Test config on 20 (push) Successful in 23s

This commit is contained in:
Maciej 2026-04-16 13:50:07 +03:00
parent 05d8ea1bf7
commit 1c0165a510
Signed by: maciej
GPG key ID: 28243AF437E32F99
3 changed files with 56 additions and 33 deletions

View file

@ -4,16 +4,19 @@
(eval-when-compile
(defvar icejam-keys-mode-map)
(defvar magit-blame-mode-map)
(defvar git-commit-setup-hook)
(declare-function git-commit-setup-capf 'git-commit))
(use-package magit
:ensure t
:commands (magit-blame-quit)
:defer t
:bind (:map icejam-keys-mode-map
("<f5> c" . magit-checkout)
("<f5> b" . magit-blame-addition)
("<f5> g" . magit-status))
:bind
(:map icejam-keys-mode-map
("<f5> c" . magit-checkout)
("<f5> b" . magit-blame-addition)
("<f5> g" . magit-status))
(:map magit-blame-mode-map
("<f5> b" . 'magit-blame-quit))
:config