doomemacs/test
Henrik Lissner b9933e6637
refactor!: restructure Doom core
BREAKING CHANGE: This restructures the project in preparation for Doom
to be split into two repos. Users that have reconfigured Doom's CLI
stand a good chance of seeing breakage, especially if they've referred
to any core-* feature, e.g.

  (after! core-cli-ci ...)

To fix it, simply s/core-/doom-/, i.e.

  (after! doom-cli-ci ...)

What this commit specifically changes is:
- Renames all core features from core-* to doom-*
- Moves core/core-* -> lisp/doom-*
- Moves core/autoloads/* -> lisp/lib/*
- Moves core/templates -> templates/

Ref: #4273
2022-07-30 22:41:13 +02:00
..
test-autoload-buffers.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
test-autoload-files.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
test-autoload-format.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
test-autoload-package.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
test-core-keybinds.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
test-core-lib.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
test-core-modules.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
test-core-packages.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
test-core-projects.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
test-core-ui.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
test-core.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00