Explorar el Código

Added a README

Samuel W. Flint hace 8 años
padre
commit
98eaaea485
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -0,0 +1,12 @@
+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:
+
+```elisp
+(define-buffer-layer org
+  :files ("~/org/"
+          "~/org/main.org")
+  :buffer-to-select "main.org"
+  :run-on-apply ((my/find-current-notes-file)))
+```
+