branch: externals/setup
commit 844b6bcdc543e9661af3daed2c31c3bf7b66afa4
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@posteo.net>

    Removed unnecessary unquote in :unbind
---
 setup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.el b/setup.el
index b0f94dc..5e3f3f5 100644
--- a/setup.el
+++ b/setup.el
@@ -288,7 +288,7 @@ the first FEATURE."
     `(define-key (symbol-value setup-map)
        ,(if (or (symbolp key) (stringp key))
               `(kbd ,key)
-          ,key)
+          key)
        nil))
   :documentation "Unbind KEY in current map."
   :after-loaded t

Reply via email to