From 9c73ab35c84508690f07c6c8ef9bae51bc3b359d Mon Sep 17 00:00:00 2001 From: Mitchell Tishmack Date: Sat, 7 Nov 2020 11:44:06 -0600 Subject: [PATCH] Remove workgroups2 setup, not using it anyway --- emacs.org | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/emacs.org b/emacs.org index c015a35..f15a3e2 100644 --- a/emacs.org +++ b/emacs.org @@ -752,22 +752,6 @@ top to look at. :hook (magit-mode . magit-todos-mode)) #+END_SRC -*** TODO workgroups2 :broken: - -Save workgroup layouts. Similar..ish to desktop-save. - -#+BEGIN_SRC emacs-lisp :tangle no -(use-package workgroups2 - :ensure t - :custom - (wg-session-file "~/.emacs.d/workgroups") - (wg-prefix-key (kbd "C-c C-w")) - (wg-mode-line-display-on nil) - :init - (workgroups-mode 1) - ) -#+END_SRC - *** autopair Highlight matching ()'s []'s etc...