Browse Source

added burly

master
Marc 5 months ago
parent
commit
2aa0ddab13
1 changed files with 12 additions and 0 deletions
  1. 12
      config.org

12
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

Loading…
Cancel
Save