Skip to content

Commit

Permalink
Removing C-c C-m binding from cider to let clj-refactor's binding shi…
Browse files Browse the repository at this point in the history
…ne through.
  • Loading branch information
duckyuck committed Jun 30, 2014
1 parent 107369c commit db72826
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/bindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@

(setq nrepl-popup-stacktraces nil)
(setq nrepl-popup-stacktraces-in-repl t)

;; cider collides with clj-refactor
(define-key cider-mode-map (kbd "C-c C-m") nil)
4 changes: 4 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@

;; Selected text is replaced by typed text
(pending-delete-mode t)

;; TODO - upgrade to clj-refactor 0.12, where sort-comparator can be configured.
;; clj-refactor
;(setq cljr-sort-comparator 'cljr--semantic-comparator)

0 comments on commit db72826

Please sign in to comment.