summary refs log tree commit diff stats
path: root/lisp/acdw-setup.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-28 10:02:16 -0500
committerCase Duckworth2021-09-28 10:02:16 -0500
commitbdb11fee694e9ff59caec849e299c5da34fc7d8a (patch)
tree2f5cdb1125d1ea76734951cf85ded23db0ec1eea /lisp/acdw-setup.el
parentMove word count in modeline (diff)
parentIgnore a couplea modes with dogears-mode (diff)
downloademacs-bdb11fee694e9ff59caec849e299c5da34fc7d8a.tar.gz
emacs-bdb11fee694e9ff59caec849e299c5da34fc7d8a.zip
Merge branch 'main' of tildegit.org:acdw/emacs
Diffstat (limited to 'lisp/acdw-setup.el')
-rw-r--r--lisp/acdw-setup.el7
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)