Split out Haskell and Clojure config

This commit is contained in:
Vincent Ambo 2014-12-29 21:51:25 +01:00
parent 677eba3e60
commit fb9a837c67
No known key found for this signature in database
GPG key ID: 66F505681DB8F43B
5 changed files with 81 additions and 45 deletions

View file

@ -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)