doomemacs/core
Henrik Lissner 6641e26283
Refactor package management API
Sets out to solve a number of issues with the package management
process. Namely:

- To-be-removed packages that are simply being removed are no longer
  incorrectly labeled "quelpa->elpa", but "removed" instead.
- A backend (elpa vs quelpa) column was added to the package listing
  confirmation when running `doom update`.
- Doom now correctly recognizes that packages installed with a psuedonym
  are installed, and will not endlessly attempt to uninstall and
  reinstall them on every `doom refresh`.
- Packages declared with :built-in will no longer lose their built-in
  marking if said package is not actually present in Emacs' site load
  paths. i.e. if you say it's built in, Doom won't question it.
- package!'s :ignore property is now treated as a form whose evaluated
  result will be used as its value.
2019-06-11 08:01:42 +02:00
..
autoload Refactor package management API 2019-06-11 08:01:42 +02:00
cli Refactor package management API 2019-06-11 08:01:42 +02:00
templates Revise and update docstrings and comments 2019-05-01 21:02:28 -04:00
test Rewrite doom-doctor 2019-04-24 18:16:05 -04:00
core-cli.el Revise and update docstrings and comments 2019-05-01 21:02:28 -04:00
core-editor.el scroll-margin = 0 2019-06-10 09:38:56 +02:00
core-keybinds.el Fix C-c & C-x when used as leader keys 2019-05-20 21:09:11 -04:00
core-lib.el Refactor setq-hook! 2019-05-19 02:17:58 -04:00
core-modules.el Improve deprecation warnings for modules 2019-05-21 17:24:23 -04:00
core-os.el General refactors & optimizations 2019-04-29 18:54:46 -04:00
core-packages.el Refactor package management API 2019-06-11 08:01:42 +02:00
core-projects.el projectile: fd never use colors 2019-06-01 14:33:21 +02:00
core-ui.el Replace kill-this-buffer with kill-current-buffer 2019-05-30 18:54:58 -07:00
core.el Polyfill kill-current-buffer in Emacs<=25.3 #1446 2019-06-10 09:38:55 +02:00
doctor.el Rewrite doom-doctor 2019-04-24 18:16:05 -04:00
packages.el Remove visual-fill-column package from Doom core 2019-05-17 01:58:27 -04:00