doomemacs/lisp
Henrik Lissner bcf7a8a554
refactor!(cli): rename cli definers for consistency
BREAKING CHANGE: If anyone is using Doom's CLI framework and are
defining their own CLIs with any of the following macros, they'll need
to be updated to their new names:

- defautoload! -> defcli-autoload!
- defgroup! -> defcli-group!
- defstub! -> defcli-stub!
- defalias! -> defcli-alias!
- defobsolete! -> defcli-obsolete!

These were renamed to make their relationship with CLIs more obvious;
they were too ambiguous otherwise.
2022-09-12 11:45:59 +02:00
..
cli refactor!(cli): rename cli definers for consistency 2022-09-12 11:45:59 +02:00
lib refactor(lib): remove redundant full? arg in doom-glob 2022-09-12 11:45:59 +02:00
doom-cli.el refactor!(cli): rename cli definers for consistency 2022-09-12 11:45:59 +02:00
doom-editor.el fix: error caused by typo in doom--recentf-file-truename-fn 2022-09-10 23:46:40 +02:00
doom-keybinds.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
doom-lib.el fix: failure to load doom libs on 27.x 2022-09-10 18:33:02 +02:00
doom-modules.el fix: remove use-package-font-lock-keywords reference 2022-09-06 22:55:46 +02:00
doom-packages.el fix: package recipes with relative :local-repo 2022-09-10 20:45:44 +02:00
doom-projects.el fix: validate fd --version output 2022-09-07 01:48:37 +02:00
doom-start.el fix: memory leak & freezes on native-comp+pgtk builds 2022-09-10 01:38:58 +02:00
doom-ui.el nit: remove unused base-specs arg in doom--make-font-specs 2022-09-10 23:48:56 +02:00
doom.el fix: memory leak & freezes on native-comp+pgtk builds 2022-09-10 01:38:58 +02:00
packages.el bump: :core 2022-09-06 22:55:47 +02:00