From af3147028cb82add443413c8554c5667b2a0e80d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 2 Apr 2021 14:41:39 -0500 Subject: Remove `:acdw/map' from `setup' --- init.el | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/init.el b/init.el index ad6efdc..2a814c4 100644 --- a/init.el +++ b/init.el @@ -51,17 +51,6 @@ :debug '(sexp form) :repeatable t) -;;;; Bind keys to `acdw/map' -(setup-define :acdw/map - (lambda (key command) - `(progn - (autoload #',command (symbol-name setup-name)) - (define-key acdw/map - ,(if (stringp key) (kbd key) key) - #',command))) - :documentation "Bind KEY to COMMAND in `acdw/map'." - :debug '(form sexp) - :repeatable t) ;;;; Bind keys to `acdw/leader' (setup-define :acdw/leader -- cgit 1.4.1-21-gabe81