Minor refactor
This commit is contained in:
parent
5d69851f39
commit
1b5758a6da
2 changed files with 3 additions and 3 deletions
|
@ -310,7 +310,7 @@ Example
|
|||
(dolist (keymap doom--keymaps)
|
||||
(push `(define-key ,keymap ,key ,def) forms)))
|
||||
(t
|
||||
(push `(,(if doom--local 'local-set-key 'global-set-key) ,key ,def)
|
||||
(push `(,(if doom--local #'local-set-key #'global-set-key) ,key ,def)
|
||||
forms))))
|
||||
(setq states '()
|
||||
doom--local nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue