From f61db0ceefcd5d928bf824c3dd4d499fb802cf61 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 19 Jul 2013 13:57:13 +0200 Subject: emacs: Added functions from ESK, removed rcirc connect function, added scripts folder to load path --- emacs.d/init-bindings.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs.d/init-bindings.el') diff --git a/emacs.d/init-bindings.el b/emacs.d/init-bindings.el index d60c1cbc037b..214ef5b48921 100644 --- a/emacs.d/init-bindings.el +++ b/emacs.d/init-bindings.el @@ -30,6 +30,9 @@ ;; Start a new eshell even if one is active. (global-set-key (kbd "C-x M") (lambda () (interactive) (eshell t))) +;; Eval sexp and replace it with result +(global-set-key (kbd "C-c e") 'esk-eval-and-replace) + ;; Start a regular shell if you prefer that. (global-set-key (kbd "C-x C-m") 'shell) -- cgit 1.4.1