doomemacs/modules
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
..
app fix(rss): *rss* workspace doesn't exist error 2022-07-04 21:51:46 +02:00
checkers tweak(spell): ignore org-inline-src-block 2022-05-27 03:00:45 +02:00
completion fix(vertico): +vertico/consult-fd 2022-07-24 00:08:45 +02:00
config feat(default): bind 'SPC b I' to open ibuffer for workspace 2022-07-24 00:07:41 +02:00
editor tweak(snippets): yas-verbosity = 2 2022-07-24 13:16:02 +02:00
emacs feat(dired): add +dirvish option 2022-06-23 13:47:22 +02:00
email tweak(notmuch): bury update buffer instead of killing it 2022-07-23 16:36:40 +02:00
input docs(bidi): fix #+DATE field in readme 2022-04-22 16:01:42 +02:00
lang refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
os bump: :os tty 2022-07-23 16:42:18 +02:00
term nit: minor refactors & comment/docstring revisions 2022-06-21 14:40:15 +02:00
tools bump: :tools pdf 2022-07-24 13:16:02 +02:00
ui nit: minor refactors & comment/docstring revisions 2022-06-21 14:40:15 +02:00
.gitignore nit: add license, gitignore, & source.el to modules 2021-11-04 01:15:15 +01:00
LICENSE nit: add license, gitignore, & source.el to modules 2021-11-04 01:15:15 +01:00
source.el nit: add license, gitignore, & source.el to modules 2021-11-04 01:15:15 +01:00