From f23e1be416e64d811e1084660dfae75ca790819d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 3 Apr 2020 10:08:41 +0100 Subject: [PATCH] Drop support for Terminal workspace I created the Terminal workspace before I wrote a function for finding/creating vterm instances. I now use the latter almost exclusively. --- emacs/.emacs.d/wpc/window-manager.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/emacs/.emacs.d/wpc/window-manager.el b/emacs/.emacs.d/wpc/window-manager.el index 55da3616f..6b152a283 100644 --- a/emacs/.emacs.d/wpc/window-manager.el +++ b/emacs/.emacs.d/wpc/window-manager.el @@ -75,9 +75,6 @@ (make-exwm/named-workspace :label "Briefcase" :kbd "d") - (make-exwm/named-workspace - :label "Terminal" - :kbd "t") (make-exwm/named-workspace :label "Todos" :kbd "o")