Split out Haskell and Clojure config
This commit is contained in:
parent
677eba3e60
commit
fb9a837c67
5 changed files with 81 additions and 45 deletions
|
|
@ -57,18 +57,6 @@
|
|||
;; Create new frame
|
||||
(define-key global-map (kbd "C-x C-n") 'make-frame-command)
|
||||
|
||||
;; Cider/nrepl stuff
|
||||
;; I want history up/down without modifiers
|
||||
(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)
|
||||
|
||||
;; ... and ac-cider with C-c C-d
|
||||
(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)
|
||||
|
||||
;; Org-mode agenda keys
|
||||
(global-set-key (kbd "C-c a") 'org-agenda)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue