From 817fc10ea1bc4377e99c0f82dbc2e161179b0b3e Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 21 May 2024 23:47:19 -0600 Subject: Remove contextual shell for now --- .config/emacs/modules/bd--tabs.el | 10 ---------- 1 file changed, 10 deletions(-) (limited to '.config/emacs/modules/bd--tabs.el') diff --git a/.config/emacs/modules/bd--tabs.el b/.config/emacs/modules/bd--tabs.el index e5e11f9..f85c226 100644 --- a/.config/emacs/modules/bd--tabs.el +++ b/.config/emacs/modules/bd--tabs.el @@ -41,16 +41,6 @@ (keymap-global-set "C-x p v" 'magit-project-status) -(defun bd/contextual-shell () - "Opens the current project's shell, -or a default shell if no project is open." - (interactive) - (let ((project (project-current))) - (if project - (project-shell) - (shell)))) - - (setq tab-bar-tab-name-function #'bd/tab-bar-name-function) -- cgit v1.2.3