Skip to content

Commit

Permalink
new version of clojure mode and key bindings for (un)comment-region
Browse files Browse the repository at this point in the history
  • Loading branch information
ptillemans committed Jan 5, 2012
1 parent e618623 commit 7f6efe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions snamellit/bindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@
; no mailing!
(global-unset-key (kbd "C-x m"))
(global-unset-key "\C-z")

; comment and uncomment regions
(global-set-key (kbd "C-/") 'comment-region)
(global-set-key (kbd "C-?") 'uncomment-region)
2 changes: 1 addition & 1 deletion vendor/clojure-mode
Submodule clojure-mode updated from 64aae4 to e47d5a

0 comments on commit 7f6efe2

Please sign in to comment.