|
@ -451,6 +451,18 @@ Some windows specific stuff |
|
|
(setq w32-get-true-file-attributes nil))) |
|
|
(setq w32-get-true-file-attributes nil))) |
|
|
#+END_SRC |
|
|
#+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 |
|
|
* recentf |
|
|
Exclude some dirs from spamming recentf |
|
|
Exclude some dirs from spamming recentf |
|
|
#+begin_src emacs-lisp |
|
|
#+begin_src emacs-lisp |
|
|