diff options
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]] |