doomemacs/lisp
Henrik Lissner ad6a3d0f33
refactor: deprecate featurep! for modulep!
featurep! will be renamed modulep! in the future, so it's been
deprecated. They have identical interfaces, and can be replaced without
issue.

featurep! was never quite the right name for this macro. It implied that
it had some connection to featurep, which it doesn't (only that it was
similar in purpose; still, Doom modules are not features). To undo such
implications and be consistent with its namespace (and since we're
heading into a storm of breaking changes with the v3 release anyway),
now was the best opportunity to begin the transition.
2022-08-14 20:43:35 +02:00
..
cli refactor: deprecate EMACS2[89]+, NATIVECOMP, MODULES 2022-08-14 20:43:35 +02:00
lib refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
doom-cli-lib.el refactor(cli): set __DOOMCONTEXT at runtime 2022-08-10 14:10:08 +02:00
doom-cli.el refactor(cli): load cli libs from doom.el 2022-08-07 19:43:28 +02:00
doom-editor.el refactor: deprecate EMACS2[89]+, NATIVECOMP, MODULES 2022-08-14 20:43:35 +02:00
doom-keybinds.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
doom-lib.el fix: file-name-handler-alist ignoring user changes 2022-08-08 22:20:11 +02:00
doom-modules.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
doom-packages.el refactor: deprecate EMACS2[89]+, NATIVECOMP, MODULES 2022-08-14 20:43:35 +02:00
doom-projects.el fix: use --strip-cwd-prefix only if fd >=8.3.0 2022-08-08 18:23:46 +02:00
doom-start.el feat!(cli): load project .doomrc instead of ci.el 2022-08-07 19:43:28 +02:00
doom-ui.el refactor: deprecate EMACS2[89]+, NATIVECOMP, MODULES 2022-08-14 20:43:35 +02:00
doom.el refactor: deprecate EMACS2[89]+, NATIVECOMP, MODULES 2022-08-14 20:43:35 +02:00
packages.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00