diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-17 12:49:19 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-17 12:49:19 +0100 |
commit | d0db5660caa836755ea8c99471d816484ea9e837 (patch) | |
tree | c7d0456a58e450abaf34b489b0b31c58ddbc8557 /.emacs.d/README.md | |
parent | c92b18514728245850d31531ce224a74eddfc5a6 (diff) | |
download | dotfiles-d0db5660caa836755ea8c99471d816484ea9e837.tar.gz |
Add new .emacs.d
Diffstat (limited to '.emacs.d/README.md')
-rw-r--r-- | .emacs.d/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.emacs.d/README.md b/.emacs.d/README.md new file mode 100644 index 0000000..965a718 --- /dev/null +++ b/.emacs.d/README.md @@ -0,0 +1,15 @@ +My Emacs Configuration, inspired by Prelude (https://github.com/bbatsov/prelude), along with: + +- https://github.com/purcell/emacs.d +- https://git.sr.ht/~technomancy/better-defaults +- https://sachachua.com/dotemacs +- https://config.daviwil.com/emacs +- https://www.lucacambiaghi.com/vanilla-emacs/readme.html +- https://github.com/jwiegley/dot-emacs +- https://github.com/bodil/emacs.d +- https://gitlab.com/protesilaos/dotfiles +- https://gitlab.com/buildfunthings/emacs-config +- https://www.emacswiki.org/emacs + +As well as the github READMEs and wikis for corfu, vertico, orderless, consult, embark, marginalia, and other places too. + |