diff options
Diffstat (limited to 'modules/prog-lisp.el')
| -rw-r--r-- | modules/prog-lisp.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/prog-lisp.el b/modules/prog-lisp.el index f82af40c..a5111669 100644 --- a/modules/prog-lisp.el +++ b/modules/prog-lisp.el @@ -2,6 +2,16 @@ ;; author Craig Jennings <c@cjennings.net> ;;; Commentary: +;; +;; Layer: 3 (Domain Workflow). +;; Category: D/P. +;; Load shape: eager. +;; Eager reason: none necessary; currently eager but should load by Lisp major +;; modes (Phase 6 deferral candidate). +;; Top-level side effects: two add-hook, package configuration via use-package. +;; Runtime requires: none (configures packages via use-package). +;; Direct test load: yes. +;; ;; Configuration for Emacs Lisp, Common Lisp (SLIME), and Scheme (Guile). ;; ==== Common Lisp Setup (SLIME + Quicklisp) ==== |
