Skip to content

Commit

Permalink
quickly close refcard with q
Browse files Browse the repository at this point in the history
  • Loading branch information
adestis-bm committed Aug 13, 2015
1 parent 07097cd commit 2b2e712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alchemist-refcard.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
(defvar alchemist-refcard-mode-map
(let ((map (make-sparse-keymap)))
(define-key map (kbd "i") 'alchemist-refcard--describe-funtion-at-point)
(define-key map (kbd "q") 'quit-window)
map)
"Keymap for `alchemist-refcard-mode'.")

Expand Down

0 comments on commit 2b2e712

Please sign in to comment.