Remove unused doom-leader prefix command

This commit is contained in:
Henrik Lissner 2019-01-14 21:24:52 -05:00
parent d80802d3c9
commit aaee04e257
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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)