emacs: Added functions from ESK, removed rcirc connect function, added scripts folder to load path

This commit is contained in:
Vincent Ambo 2013-07-19 13:57:13 +02:00
parent eadc09e76f
commit f61db0ceef
3 changed files with 18 additions and 26 deletions

View file

@ -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)