summaryrefslogtreecommitdiffstats
path: root/2020/info/08.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-12-01 00:23:24 -0500
committerSacha Chua <sacha@sachachua.com>2020-12-01 00:23:24 -0500
commita5359499330bab9a3b4dc3c98b8e52e65ece8c49 (patch)
tree5dcc0e5dfa16875f3ac7dc39c6804067ce8e1868 /2020/info/08.md
parent6e9ecc131c4e51650733e2d97ae2e6ddedeb1af9 (diff)
downloademacsconf-wiki-a5359499330bab9a3b4dc3c98b8e52e65ece8c49.tar.xz
emacsconf-wiki-a5359499330bab9a3b4dc3c98b8e52e65ece8c49.zip
More note cleanup
Diffstat (limited to '2020/info/08.md')
-rw-r--r--2020/info/08.md25
1 files changed, 7 insertions, 18 deletions
diff --git a/2020/info/08.md b/2020/info/08.md
index df0b9499..dcdbe656 100644
--- a/2020/info/08.md
+++ b/2020/info/08.md
@@ -31,45 +31,34 @@ and more Emacs-users oriented.
## do you deal with config files such as emacs-custom.el, some which have sensitive data?
-
-### Sensitive data is in other directories that aren't shared, and emacs-custom.el is completely avoided, as it prevents reproducible/system independent behaviour
+Sensitive data is in other directories that aren't shared, and emacs-custom.el is completely avoided, as it prevents reproducible/system independent behaviour
## how did you learn nix language basics? Just from the the manual?
-
-### He referred to the nix IRC channel
+He referred to the nix IRC channel
## What are the main advantages besides switching computers (which most people rarely do)?
-
-### Make parts of config available for projects - sharing with other people
-
+Make parts of config available for projects - sharing with other people
## Have you tried Guix in place of Nix? (more parens! :) :)
-
-### Currently trying it, and also in-process of switching from Nix to Guix.
-
+Currently trying it, and also in-process of switching from Nix to Guix.
# Notes
-
## Emacs configuration is entangled with the system configuration (dired uses ls, grep.el uses grep)
+Reproducible behaviour is therefore not only dependent of Emacs compilation/configuration, but also system configuration.
-### Reproducible behaviour is therefore not only dependent of Emacs compilation/configuration, but also system configuration.
-
-
-### "config.el" files configure emacs, and accompanying "default.nix" files make sure that the correct packages/fonts/libraries/etc are installed
-
+"config.el" files configure emacs, and accompanying "default.nix" files make sure that the correct packages/fonts/libraries/etc are installed
## reproducible development environment: <https://github.com/abcdw/rde>
## using Org-roam to demo how to config a Nix layer(?)
-
-### custom.el conflicts with Nix(?)
+custom.el conflicts with Nix(?)