about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-02 14:41:39 -0500
committerCase Duckworth2021-04-02 14:41:39 -0500
commitaf3147028cb82add443413c8554c5667b2a0e80d (patch)
treeb1ace2beb8b82d650195ecdad297ba225effa6ae /init.el
parentChange hook formatting (diff)
downloademacs-af3147028cb82add443413c8554c5667b2a0e80d.tar.gz
emacs-af3147028cb82add443413c8554c5667b2a0e80d.zip
Remove `:acdw/map' from `setup'
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/init.el b/init.el index ad6efdc..2a814c4 100644 --- a/init.el +++ b/init.el
@@ -51,17 +51,6 @@
51 :debug '(sexp form) 51 :debug '(sexp form)
52 :repeatable t) 52 :repeatable t)
53 53
54;;;; Bind keys to `acdw/map'
55(setup-define :acdw/map
56 (lambda (key command)
57 `(progn
58 (autoload #',command (symbol-name setup-name))
59 (define-key acdw/map
60 ,(if (stringp key) (kbd key) key)
61 #',command)))
62 :documentation "Bind KEY to COMMAND in `acdw/map'."
63 :debug '(form sexp)
64 :repeatable t)
65 54
66;;;; Bind keys to `acdw/leader' 55;;;; Bind keys to `acdw/leader'
67(setup-define :acdw/leader 56(setup-define :acdw/leader