about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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