Bez popisu

Samuel W. Flint 06679b73c7 Continued function expansion fix před 10 roky
.gitignore 0d1638212b Added some stuff to the gitignore file před 10 roky
LICENSE 73ea9ff0f4 Initial commit před 10 roky
README.md 98eaaea485 Added a README před 10 roky
buffer-layers.el 06679b73c7 Continued function expansion fix před 10 roky
buffer-layers.layer fa59602e61 Fixed the buffer layer application wierdness před 10 roky

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