From e02a1990aac09ddfd67e184a961fbf2e8fb1d373 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Sun, 22 Sep 2024 17:19:24 +0200 Subject: [PATCH] ADD Zygospore from old config It's too usefull not to have --- config_new.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config_new.org b/config_new.org index 0774e54..5b85570 100644 --- a/config_new.org +++ b/config_new.org @@ -492,6 +492,20 @@ Install and wait for hydra to be available since we are using it in this init.el ) #+end_src +* Zygospore + +Revert =C-x 1= by pressing =C-x 1= again: +[[https://github.com/louiskottmann/zygospore.el]] + +FYI: At one point, used this together with sr-speedbar. They did not play well together... + +#+BEGIN_SRC emacs-lisp +(use-package zygospore + :config + (global-set-key (kbd "C-x 1") 'zygospore-toggle-delete-other-windows) +) +#+END_SRC + * Programming ** Electric pair