Remove unused doom-leader prefix command
This commit is contained in:
parent
d80802d3c9
commit
aaee04e257
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ If any hook returns non-nil, all hooks after it are ignored.")
|
||||||
(defalias 'unmap! #'general-unbind)
|
(defalias 'unmap! #'general-unbind)
|
||||||
|
|
||||||
;; leader/localleader keys
|
;; leader/localleader keys
|
||||||
(define-prefix-command 'doom-leader 'doom-leader-map)
|
|
||||||
(defvar doom-leader-alist `((t . ,doom-leader-map)))
|
(defvar doom-leader-alist `((t . ,doom-leader-map)))
|
||||||
(add-to-list 'emulation-mode-map-alists 'doom-leader-alist)
|
(add-to-list 'emulation-mode-map-alists 'doom-leader-alist)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue