From 2aa0ddab13a9b381f14bdb33aa010aece08c98a0 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 24 Mar 2024 08:19:54 +0100 Subject: [PATCH] added burly --- config.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.org b/config.org index 2539910..1c4106e 100644 --- a/config.org +++ b/config.org @@ -451,6 +451,18 @@ Some windows specific stuff (setq w32-get-true-file-attributes nil))) #+END_SRC +* burly +Store window configuration and save them as a bookmark +burly-bookmark-windows: bookmarks the current window layout + +#+begin_src emacs-lisp +(use-package burly + :ensure t + :config + (burly-tabs-mode) ;;open a burly window bookbark in a new tab + ) +#+end_src + * recentf Exclude some dirs from spamming recentf #+begin_src emacs-lisp