Some updates
This commit is contained in:
parent
490ea14fad
commit
8a5115d5b5
5 changed files with 23 additions and 11 deletions
|
|
@ -59,8 +59,8 @@
|
|||
|
||||
;; Cider/nrepl stuff
|
||||
;; I want history up/down without modifiers
|
||||
(define-key cider-repl-mode-map (kbd "<up>") 'cider-backward-input)
|
||||
(define-key cider-repl-mode-map (kbd "<down>") 'cider-forward-input)
|
||||
(define-key cider-repl-mode-map (kbd "<up>") 'cider-repl-backward-input)
|
||||
(define-key cider-repl-mode-map (kbd "<down>") 'cider-repl-forward-input)
|
||||
(define-key cider-repl-mode-map (kbd "C-<up>") 'previous-line)
|
||||
(define-key cider-repl-mode-map (kbd "C-<down>") 'next-line)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue