diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-19T11·57+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-19T11·57+0200 |
commit | f61db0ceefcd5d928bf824c3dd4d499fb802cf61 (patch) | |
tree | 54b1b13dd35e2b01e7b22d06a2fe11e881c56450 /emacs.d/init-bindings.el | |
parent | eadc09e76ffe80e3bf8c3e873df1b8367e88f7de (diff) |
emacs: Added functions from ESK, removed rcirc connect function, added scripts folder to load path
Diffstat (limited to 'emacs.d/init-bindings.el')
-rw-r--r-- | emacs.d/init-bindings.el | 3 |
1 files changed, 3 insertions, 0 deletions
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) |