diff --git a/custom.el b/custom.el index 55feaae..268b162 100644 --- a/custom.el +++ b/custom.el @@ -73,3 +73,7 @@ ;; Initialize (anki-editor-reset-cloze-number) ) +(map! :map magit-mode-map + :leader + (:prefix ("g c a" . "file-checkout") + :desc "file checkout from branch" "c" #'magit-file-checkout))