summaryrefslogtreecommitdiffstats
path: root/2022/talks/rde.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-12-10 16:48:09 -0500
committerSacha Chua <sacha@sachachua.com>2022-12-10 16:48:09 -0500
commit3a8a34d7a50f679f0d3715c339cd5652e2deb7ce (patch)
tree66ed7db24c17af1a72f286246c936bec1b15bd8c /2022/talks/rde.md
parent9f0801ef2f6ace5ca7a74f465f4479624de72a9d (diff)
downloademacsconf-wiki-3a8a34d7a50f679f0d3715c339cd5652e2deb7ce.tar.xz
emacsconf-wiki-3a8a34d7a50f679f0d3715c339cd5652e2deb7ce.zip
remove backslashes
Diffstat (limited to '2022/talks/rde.md')
-rw-r--r--2022/talks/rde.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/2022/talks/rde.md b/2022/talks/rde.md
index 8d6e9b71..6b8d7837 100644
--- a/2022/talks/rde.md
+++ b/2022/talks/rde.md
@@ -24,7 +24,7 @@ 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
+as before. Once you make it to your liking, it will work forever*, even
if you move to a new laptop/workstation.
# Discussion
@@ -43,9 +43,9 @@ if you move to a new laptop/workstation.
was very difficult due to lacking WiFi firmware and incomplete
documentation.
- A: Yes he uses Guix system and package manager. RE: WiFi: First
- option is to buy a wifi adaptor that doesn\'t require
+ option is to buy a wifi adaptor that doesn't require
proprietary firmware.
-- Q: One of the issues I\'ve had managing Emacs packages with Guix is
+- Q: One of the issues I've had managing Emacs packages with Guix is
a conflict between the Guix package ethos (read-only) and the Emacs
package ethos (hackable in real-time). Any suggestions to resolve
this?
@@ -59,31 +59,31 @@ if you move to a new laptop/workstation.
find maintainers to help. 
- Q: Do you use emacs without this? If so, for what purposes, and how
does it feel compared to rde?
- - A: No, I don\'t use emacs outside of RDE. There\'s a way to add
- mostly anything in your emacs config into RDE.But doesn\'t use
- it because it isn\'t reproducible. Can break between machines.
-- Q:Are there any plans to push things from rde to guix\'s main
+ - A: No, I don't use emacs outside of RDE. There's a way to add
+ mostly anything in your emacs config into RDE.But doesn't use
+ it because it isn't reproducible. Can break between machines.
+- Q:Are there any plans to push things from rde to guix's main
channel?
- - A: Would like to push some things upstream but can\'t always fit
+ - A: Would like to push some things upstream but can't always fit
patches 
- Q: How difficult is it to add support for new Emacs packages to
- Guix?  Have you found that\'s burdensome vs. package.el or other
+ Guix?  Have you found that's burdensome vs. package.el or other
in-Emacs package management approaches?
- - A: Packaging elisp for guix isn\'t hard at all, in most cases
- it\'s really easy. Sending patches is a little more involved,
+ - A: Packaging elisp for guix isn't hard at all, in most cases
+ it's really easy. Sending patches is a little more involved,
but also not rocket science :)
- Q: Do your reckon RDE is currently opinionated? Or is it a one size
fits all framework?
- - A: It\'s vanilla-flavored and kinda opinionated at the same
+ - A: It's vanilla-flavored and kinda opinionated at the same
time, but everyone free to use whatever parts/features fits
them, also they free to implement or use implemented by others
- features, which can fit better for them than original rde\'s
+ features, which can fit better for them than original rde's
features.
- Q: How to get into RDE? Is there already documentation/getting
started guide?
- There is an example configuration and link to slightly sparse
manual at <https://git.sr.ht/~abcdw/rde>, you can ask question
- \#tropin at libera.chat.
+ #tropin at libera.chat.
- Q: Can you mix RDE with custom emacs init file?
- Yes, you can, but it will add irreproducibility to your setup.