fix: set doom/leader for backwards compatibility
This commit is contained in:
parent
8429b60d99
commit
6624c39682
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ localleader prefix."
|
|||
(define-key doom-leader-map [override-state] 'all)
|
||||
(define-prefix-command 'doom-leader-map)
|
||||
(define-prefix-command 'doom-localleader-map)
|
||||
(fset 'doom/leader doom-leader-map) ; For backwards compatibility.
|
||||
|
||||
(add-hook! '(after-change-major-mode-hook
|
||||
doom-switch-buffer-hook
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue