spacemacs-buffer: Add back q binding

It seems to have been lost with the switch to fundamental-mode
This commit is contained in:
justbur 2016-01-10 14:43:51 -05:00 committed by syl20bnr
parent 6d8222cedc
commit f3ef9cd206
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ version the release note it displayed")
(define-key map [backtab] 'widget-backward)
(define-key map (kbd "RET") 'widget-button-press)
(define-key map [down-mouse-1] 'widget-button-click)
(define-key map "q" 'quit-window)
map)
"Keymap for spacemacs buffer mode.")