فهرست منبع

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

Samuel W. Flint 9 سال پیش
والد
کامیت
f0c054fa10
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  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")