doomemacs/core
Henrik Lissner 76cacb5bfe
💥 Rename def-package! -> use-package!
Calling this pivotal macro "def-package!" has frequently been a source
of confusion. It is a thin wrapper around use-package, and it should be
obvious that it is so. For this reason, and to match the naming
convention used with other convenience macros/wrappers, it is now
use-package!.

Also changes def-package-hook! -> use-package-hook!

The old macros are now marked obsolete and will be removed when straight
integration is merged.
2019-07-23 12:50:45 +02:00
..
autoload 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
cli Refactor Doom core init process (again) 2019-07-22 23:22:54 +02:00
templates Revise and update docstrings and comments 2019-05-01 21:02:28 -04:00
test 💥 revise advice naming convention (1/2) 2019-07-22 02:27:45 +02:00
core-cli.el Add --force/-f support to doom refresh 2019-07-22 23:22:55 +02:00
core-editor.el 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
core-keybinds.el 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
core-lib.el 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
core-modules.el 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
core-packages.el 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
core-projects.el 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
core-ui.el 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
core.el Conform many modules to new conventions 2019-07-23 12:30:47 +02:00
doctor.el cli/doctor: fix stringp error if fd isn't installed 2019-07-22 02:37:47 +02:00
packages.el Add ui/hydra module 2019-07-22 23:51:12 +02:00