doomemacs/core
Henrik Lissner 0112319c04 fix(lib): add &allow-other-keys in fn! sub-arglists
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)).
2021-10-18 01:15:54 +02:00
..
autoload feat(lib): add doom/remove-recent-file 2021-10-10 18:36:46 +02:00
cli docs: add EMACSDIR == DOOMDIR doctor check 2021-10-11 20:25:15 +02:00
templates Update help keybinds in 'doom install' postamble 2020-07-28 20:08:32 -04:00
test core-cli: backport more refactors from rewrite 2020-08-24 23:00:32 -04:00
core-cli.el refactor: minor refactors & nit picks across core 2021-10-10 18:36:46 +02:00
core-editor.el fix: side-effects unset backup-directory-alist 2021-10-10 18:36:46 +02:00
core-keybinds.el refactor: minor refactors & nit picks across core 2021-10-10 18:36:46 +02:00
core-lib.el fix(lib): add &allow-other-keys in fn! sub-arglists 2021-10-18 01:15:54 +02:00
core-modules.el perf: inhibit redisplay when loading modules 2021-10-18 01:15:54 +02:00
core-packages.el refactor: minor refactors & nit picks across core 2021-10-10 18:36:46 +02:00
core-projects.el refactor: minor refactors & nit picks across core 2021-10-10 18:36:46 +02:00
core-ui.el fix: wrong-number-of-args error on font init 2021-10-10 21:40:53 +02:00
core.el fix: restore auth-sources default 2021-10-18 01:15:09 +02:00
packages.el bump: :core 2021-09-15 17:47:17 +02:00