Syohei YOSHIDA 2f1325ebb6 Correct function name | 8 vuotta sitten | |
---|---|---|
.gitignore | 8 vuotta sitten | |
LICENSE | 8 vuotta sitten | |
README.md | 8 vuotta sitten | |
buffer-layers.el | 8 vuotta sitten | |
buffer-layers.layer | 8 vuotta sitten |
This is Buffer Layers, a simple, layer-based buffer management system.
It works by defining buffer layers using a fairly simple macro. An example is as follows:
(define-buffer-layer org
:files ("~/org/"
"~/org/main.org")
:buffer-to-select "main.org"
:run-on-apply ((my/find-current-notes-file)))