1
0
Fork 0

fix(emacs): add magit blame keybind

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-09-05 19:50:05 -04:00
parent 2a8b3a7ec2
commit fd00a4931b
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -56,6 +56,7 @@
;; Magit
(global-set-key (kbd "C-c g g") #'magit)
(global-set-key (kbd "C-c g b") #'magit-blame)
(setq auth-sources '("~/.authinfo"))
;; Web configuration