diff --git a/core/core-keybinds.el b/core/core-keybinds.el index 6cfe25317..1fa670ee1 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -54,7 +54,6 @@ If any hook returns non-nil, all hooks after it are ignored.") (defalias 'unmap! #'general-unbind) ;; leader/localleader keys -(define-prefix-command 'doom-leader 'doom-leader-map) (defvar doom-leader-alist `((t . ,doom-leader-map))) (add-to-list 'emulation-mode-map-alists 'doom-leader-alist)