diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/functions.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/lisp/functions.el b/.emacs.d/lisp/functions.el index e330bbd..ce1aada 100644 --- a/.emacs.d/lisp/functions.el +++ b/.emacs.d/lisp/functions.el @@ -106,5 +106,10 @@ (defun apollo/exwm-update-class () (exwm-workspace-rename-buffer exwm-class-name)) +(defun eshell-new() + "Open a new instance of eshell." + (interactive) + (eshell 'N)) + ;;; my-functions.el ends here |