diff options
author | Case Duckworth | 2021-09-27 23:08:55 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-27 23:08:55 -0500 |
commit | 019f93c3723422d6e11602046ce2d124366e5f72 (patch) | |
tree | e894291cbfbedd0696a47450e3b60e56c7d371c3 /lisp | |
parent | Don't blink cursor in reading-mode (diff) | |
download | emacs-019f93c3723422d6e11602046ce2d124366e5f72.tar.gz emacs-019f93c3723422d6e11602046ce2d124366e5f72.zip |
Correct acdw-setup.el
Nothing big; just add commentary and require setup.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw-setup.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/acdw-setup.el b/lisp/acdw-setup.el index cd3807d..e271faa 100644 --- a/lisp/acdw-setup.el +++ b/lisp/acdw-setup.el | |||
@@ -11,8 +11,15 @@ | |||
11 | ;; - Don't hurt yourself. | 11 | ;; - Don't hurt yourself. |
12 | ;; - Make good choices. | 12 | ;; - Make good choices. |
13 | 13 | ||
14 | ;;; Commentary: | ||
15 | |||
16 | ;; setup.el makes defining local macros for `setup' forms quite simple, at | ||
17 | ;; least to my mind. Here are some of the ones I've defined. | ||
18 | |||
14 | ;;; Code: | 19 | ;;; Code: |
15 | 20 | ||
21 | (require 'setup) | ||
22 | |||
16 | (setup-define :autoload | 23 | (setup-define :autoload |
17 | (lambda (func) | 24 | (lambda (func) |
18 | (if (listp func) | 25 | (if (listp func) |