Skip to content

Commit

Permalink
[Fix clojure-emacs#2441] Autoload cider-start-map
Browse files Browse the repository at this point in the history
  • Loading branch information
vspinu committed Sep 21, 2018
1 parent 3e474fa commit bcbc71f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ nil."

;;; User Level Connectors

;;;###autoload (autoload 'cider-start-map "cider" "CIDER jack-in and connect keymap." t 'keymap)
(defvar cider-start-map
(let ((map (define-prefix-command 'cider-start-map)))
(define-key map (kbd "x") #'cider)
Expand Down

0 comments on commit bcbc71f

Please sign in to comment.