From 05791ee8b63f37513fb1eaf1dcef77de5227994d Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 27 Oct 2024 21:11:19 -0400 Subject: read desc: browsing+bookmarking interface, remove popper, no work... browsing+bookmarking interface, remove popper, no workspaces only tabs, custom password-store, exwm use window title, colonq selector, theme changes --- .config/emacs/modules/bd--shells.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/emacs/modules/bd--shells.el') diff --git a/.config/emacs/modules/bd--shells.el b/.config/emacs/modules/bd--shells.el index dbb2f25..0bc41e2 100644 --- a/.config/emacs/modules/bd--shells.el +++ b/.config/emacs/modules/bd--shells.el @@ -44,6 +44,10 @@ clear the scrollback contents. Outputs banner message." (unless eshell-non-interactive-p (eval eshell-banner-message))))) +(defun eshell/open (file) + (interactive) + (find-file file)) + ;;;; shell (require 'shell) -- cgit v1.2.3