From 80028fe0b5112096465c34206a995e8d78f3cea8 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 13 Dec 2022 12:48:38 +0200 Subject: Add eshell-new --- .emacs.d/lisp/functions.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.emacs.d') 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 -- cgit v1.2.3