mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-03 12:22:25 -08:00
Before this fix: (fn! (x &key y z)) ;; implies (fn! (&key x &allow-other-keys)). But (fn! (x (&key y) &key z)) ;; would not imply (fn! (x (&key y &allow-other-keys) &key z &allow-other-keys)). |
||
|---|---|---|
| .. | ||
| autoload | ||
| cli | ||
| templates | ||
| test | ||
| core-cli.el | ||
| core-editor.el | ||
| core-keybinds.el | ||
| core-lib.el | ||
| core-modules.el | ||
| core-packages.el | ||
| core-projects.el | ||
| core-ui.el | ||
| core.el | ||
| packages.el | ||