emacs: Added functions from ESK, removed rcirc connect function, added scripts folder to load path
This commit is contained in:
parent
eadc09e76f
commit
f61db0ceef
3 changed files with 18 additions and 26 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue