Samuel W. Flint 2d2863b330 Added Commentary | hace 8 años | |
---|---|---|
.gitignore | hace 8 años | |
LICENSE | hace 8 años | |
README.md | hace 8 años | |
buffer-layers.el | hace 8 años | |
buffer-layers.layer | hace 8 años |
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)))