doomemacs/modules/lang
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
..
agda refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
beancount refactor(beancount): +beancount/clone-transaction 2022-04-03 20:51:54 +02:00
cc fix(:lang): ensure lsp! is always appended to hooks 2022-07-25 18:12:03 +02:00
clojure fix(:lang): ensure lsp! is always appended to hooks 2022-07-25 18:12:03 +02:00
common-lisp bump: :lang 2022-03-31 21:09:38 +02:00
coq bump: :lang 2022-03-31 21:09:38 +02:00
crystal bump: :lang 2022-03-31 21:09:38 +02:00
csharp refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
dart feat(dart): add & improve keybinds for flutter 2022-07-23 15:55:12 +02:00
data bump: :lang 2022-03-31 21:09:38 +02:00
dhall bump: :lang dhall 2022-06-17 18:47:23 +02:00
elixir refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
elm refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
emacs-lisp refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
erlang bump: :lang 2022-03-31 21:09:38 +02:00
ess bump: :lang 2022-03-31 21:09:38 +02:00
factor bump: :lang 2022-03-31 21:09:38 +02:00
faust Bump * 2020-08-19 16:18:11 -04:00
fortran feat(fortran): name executable after the file name 2022-05-27 02:59:55 +02:00
fsharp bump: :lang fsharp 2022-06-28 00:04:19 +02:00
fstar bump: :lang 2022-03-31 21:09:38 +02:00
gdscript bump: :lang 2022-03-31 21:09:38 +02:00
go refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
graphql fix(graphql): truncated pin 2022-06-17 19:37:41 +02:00
haskell bump: :lang 2022-03-31 21:09:38 +02:00
hy bump: :lang 2022-03-31 21:09:38 +02:00
idris fix(:lang): ensure lsp! is always appended to hooks 2022-07-25 18:12:03 +02:00
java refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
javascript refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
json refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
julia refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
kotlin bump: :lang 2022-03-31 21:09:38 +02:00
latex fix(:lang): ensure lsp! is always appended to hooks 2022-07-25 18:12:03 +02:00
lean bump: :lang 2022-03-31 21:09:38 +02:00
ledger bump: :lang 2022-03-31 21:09:38 +02:00
lua bump: :lang lua 2022-07-23 16:31:26 +02:00
markdown feat(markdown): add toggle keybinds under <localleader> t 2022-07-23 16:42:29 +02:00
nim fix(nim): correct :lang nim SHA from last bump 2021-12-18 01:13:02 +01:00
nix refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
ocaml fix(:lang): ensure lsp! is always appended to hooks 2022-07-25 18:12:03 +02:00
org fix(org): update +org--more-startup-folded-options-a 2022-07-26 00:54:25 +02:00
php refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
plantuml docs(plantuml): add graphviz/dot doctor 2022-01-27 18:47:07 +01:00
purescript tweak(:lang,:tools): start eglot/lsp-mode later 2022-03-30 17:32:47 +02:00
python refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
qt Add qt module documentation 2021-05-23 11:40:02 +02:00
racket bump: :lang 2022-03-31 21:09:38 +02:00
raku bump: :lang 2022-03-31 21:09:38 +02:00
rest feat(rest): add +jq flag 2022-06-19 14:56:04 +02:00
rst bump: :lang 2022-03-31 21:09:38 +02:00
ruby refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
rust refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
scala refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
scheme tweak(scheme): move repl history file to cache dir 2022-05-27 00:35:37 +02:00
sh refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
sml Bump :lang 2021-02-25 10:46:46 -05:00
solidity bump: :lang 2022-03-31 21:09:38 +02:00
swift refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00
terra bump: :lang 2021-09-15 01:22:33 +02:00
web fix(:lang): ensure lsp! is always appended to hooks 2022-07-25 18:12:03 +02:00
yaml bump: :lang 2022-03-31 21:09:38 +02:00
zig refactor(:lang): move tree-sitter init 2022-07-25 17:34:44 +02:00