Skip to content

Commit

Permalink
Bind SPC g B to magit-blame-quit
Browse files Browse the repository at this point in the history
This will have to do until they fix
syl20bnr/spacemacs#2171
  • Loading branch information
synic authored and Adam Olsen committed Feb 17, 2017
1 parent 1eb38b6 commit 79e1e45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .spacemacs
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ layers configuration. You are free to put any user code."

;; Enable a blinking cursor
(blink-cursor-mode t)

;; Bind SPC g B to `magit-blame-quit'
(evil-leader/set-key "gB" 'magit-blame-quit)
)

;; Do not write anything past this comment. This is where Emacs will
Expand Down

0 comments on commit 79e1e45

Please sign in to comment.