Explorar el Código

Added a layer for lisp-cas, automatically load the files

Samuel W. Flint hace 9 años
padre
commit
f0c054fa10
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      lisp-cas.layer

+ 10 - 0
lisp-cas.layer

@@ -0,0 +1,10 @@
+;; -*- emacs-lisp -*-
+
+(define-buffer-layer lisp-cas
+  :files ("~/Projects/lisp-cas/"
+          "~/Projects/lisp-cas/derivatives.org"
+          "~/Projects/lisp-cas/lisp-to-tex.org"
+          "~/Projects/lisp-cas/manipulation.org"
+          "~/Projects/lisp-cas/newtons-method.org"
+          "~/Projects/lisp-cas/rules-application.org")
+  :buffer-to-select "lisp-cas")