Нема описа

Samuel W. Flint 0245c6c410 Give generated appliers and removers docstrings пре 10 година
.gitignore 0d1638212b Added some stuff to the gitignore file пре 10 година
LICENSE 73ea9ff0f4 Initial commit пре 10 година
README.md 98eaaea485 Added a README пре 10 година
buffer-layers.el 0245c6c410 Give generated appliers and removers docstrings пре 10 година
buffer-layers.layer e24d9290a1 Added a layer for buffer-layers development пре 10 година

README.md

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)))