diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-09-30 15:59:56 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-09-30 15:59:56 -0400 |
commit | 67f0f1c500091db27a69cb3a05fffd20c137d6e4 (patch) | |
tree | 22f66de124999dca2f6d965795c8135d747aa6eb /2022/talks/rde.md | |
parent | 0e44a3f1f7dbc27c92aa51aa50e898b163d56ac3 (diff) | |
download | emacsconf-wiki-67f0f1c500091db27a69cb3a05fffd20c137d6e4.tar.xz emacsconf-wiki-67f0f1c500091db27a69cb3a05fffd20c137d6e4.zip |
Add 2022 talks
Diffstat (limited to '')
-rw-r--r-- | 2022/talks/rde.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/2022/talks/rde.md b/2022/talks/rde.md new file mode 100644 index 00000000..17129307 --- /dev/null +++ b/2022/talks/rde.md @@ -0,0 +1,34 @@ +[[!meta title="rde Emacs introduction"]] +[[!meta copyright="Copyright © 2022 Andrew Tropin"]] +[[!inline pages="internal(2022/info/rde-nav)" raw="yes"]] + +<!-- Initially generated with emacsconf-generate-talk-page and then left alone for manual editing --> +<!-- You can manually edit this file to update the abstract, add links, etc. ---> + + +# rde Emacs introduction +Andrew Tropin (he/him) + +[[!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 +configurations, but other dependencies like operating system packages, +user program configurations in a declarative and reproducible manner. + +You don't need to follow complicated installation instructions, apply +workarounds and be afraid of updates: just do it, update rde, throw some +custom elisp code, declare and customize features you need or want to +try in a simple lisp (Scheme) file and you will get it. Don't like the +result? Just rollback to previous generation and EVERYTHING will work +as before. Once you make it to your liking, it will work forever\*, even +if you move to a new laptop/workstation. + + + +[[!inline pages="internal(2022/info/rde-after)" raw="yes"]] + +[[!inline pages="internal(2022/info/rde-nav)" raw="yes"]] + +[[!taglink CategoryConfiguration]] |