diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-10-10 14:22:13 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-10-10 14:22:20 -0400 |
commit | 2451c74a32b7384dfbc3fe89c53b40c1fa55e8ab (patch) | |
tree | 261d724ed9978c495bf5368ff8847c866654e691 /2022/talks/rde.md | |
parent | 488b01033f70568004fe923c0090c72311345890 (diff) | |
download | emacsconf-wiki-2451c74a32b7384dfbc3fe89c53b40c1fa55e8ab.tar.xz emacsconf-wiki-2451c74a32b7384dfbc3fe89c53b40c1fa55e8ab.zip |
Add links
Diffstat (limited to '')
-rw-r--r-- | 2022/talks/rde.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/2022/talks/rde.md b/2022/talks/rde.md index 292d86ae..f33f9b17 100644 --- a/2022/talks/rde.md +++ b/2022/talks/rde.md @@ -7,13 +7,15 @@ # rde Emacs introduction -Andrew Tropin (he/him) +Andrew Tropin (he/him, IRC: abcdw, <https://trop.in>) [[!inline pages="internal(2022/info/rde-before)" raw="yes"]] -rde Emacs is a vanilla-flavored distribution of Emacs, which intergates -well with your OS, WM and rest of the environment. It's built on top of -Guix Home project and allows to manage not only elisp packages and +[rde Emacs](https://git.sr.ht/~abcdw/rde/tree/master/item/rde/features/emacs-xyz.scm) +is a vanilla-flavored distribution of Emacs, which intergates well +with your OS, WM and rest of the environment. It's built on top of +[Guix Home](https://guix.gnu.org/en/blog/2022/keeping-ones-home-tidy/) +project and allows to manage not only elisp packages and configurations, but other dependencies like operating system packages, user program configurations in a declarative and reproducible manner. |