mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
reverse => nreverse; other optimizations
This commit is contained in:
@ -194,7 +194,7 @@ Example
|
||||
desc nil)))
|
||||
|
||||
(t (user-error "Invalid key %s" key))))
|
||||
`(progn ,@(reverse forms))))
|
||||
`(progn ,@(nreverse forms))))
|
||||
|
||||
(provide 'core-keybinds)
|
||||
;;; core-keybinds.el ends here
|
||||
|
Reference in New Issue
Block a user