Skip to content

Commit

Permalink
add binding for evaluating a buffer with nrepl
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Nov 25, 2012
1 parent 51a2010 commit 1397491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packs/dev/bindings-pack/config/default-bindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
(global-set-key (kbd "C-c m n") 'eval-print-last-sexp)
(global-set-key (kbd "C-c m r") 'eval-region)

(global-set-key (kbd "C-c n e b") 'nrepl-eval-buffer)



;;funky characters
(global-set-key (kbd "C-c i l") (lambda () (interactive) (insert "λ")))
(global-set-key (kbd "C-c i n") (lambda () (interactive) (insert "")))
Expand Down

0 comments on commit 1397491

Please sign in to comment.