No Description

Samuel W. Flint 98eaaea485 Added a README 8 years ago
.gitignore 73ea9ff0f4 Initial commit 8 years ago
LICENSE 73ea9ff0f4 Initial commit 8 years ago
README.md 98eaaea485 Added a README 8 years ago
buffer-layers.el 5ea04028c9 Imported buffer-layers.el 8 years ago

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