doomemacs/lisp/lib
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
..
buffers.el refactor: replace doom-enlist with ensure-list 2022-08-07 19:43:13 +02:00
config.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
debug.el tweak: suppress defvaralias warnings 2022-08-08 18:23:47 +02:00
docs.el fix(docs): org-glossary init 2022-08-07 19:43:28 +02:00
files.el refactor: replace doom-enlist with ensure-list 2022-08-07 19:43:13 +02:00
fonts.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
git.el feat(lib): add lib/git 2022-08-07 19:43:28 +02:00
help.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
packages.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
plist.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
print.el fix(lib): prevent autoload failure at startup 2022-07-31 13:31:21 +02:00
process.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
projects.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
sandbox.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
scratch.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
sessions.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
store.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
system.el perf(lib): memoize doom-system-* functions 2022-08-14 20:43:35 +02:00
text.el refactor: replace doom-enlist with ensure-list 2022-08-07 19:43:13 +02:00
themes.el refactor: replace doom-enlist with ensure-list 2022-08-07 19:43:13 +02:00
ui.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00