Updates, updates
This commit is contained in:
parent
4fd813f0de
commit
479e2447b0
3 changed files with 13 additions and 8 deletions
|
|
@ -65,8 +65,8 @@
|
|||
(define-key cider-repl-mode-map (kbd "C-<down>") 'next-line)
|
||||
|
||||
;; ... and ac-cider with C-c C-d
|
||||
(define-key cider-repl-mode-map (kbd "C-c C-d") 'ac-nrepl-popup-doc)
|
||||
(define-key cider-mode-map (kbd "C-c C-d") 'ac-nrepl-popup-doc)
|
||||
(define-key cider-repl-mode-map (kbd "C-c C-d") 'ac-cider-compliment-popup-doc)
|
||||
(define-key cider-mode-map (kbd "C-c C-d") 'ac-cider-compliment-popup-doc)
|
||||
(define-key cider-mode-map (kbd "C-c D") 'cider-doc)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue