summaryrefslogtreecommitdiffstats
path: root/2020/info/08.md
diff options
context:
space:
mode:
authorBhavin Gandhi <bhavin192@geeksocket.in>2020-12-09 23:29:12 +0530
committerBhavin Gandhi <bhavin192@geeksocket.in>2020-12-09 23:29:29 +0530
commit414211bc0c1ac6673546d8eef9fe718a0133f96d (patch)
tree5c09a1c992cf5f55da6d03d91e78c8051406e006 /2020/info/08.md
parent839b298776e262a99eec18d23f4e52363fe937bc (diff)
downloademacsconf-wiki-414211bc0c1ac6673546d8eef9fe718a0133f96d.tar.xz
emacsconf-wiki-414211bc0c1ac6673546d8eef9fe718a0133f96d.zip
Formatting, typos - talk 08-13
Diffstat (limited to '2020/info/08.md')
-rw-r--r--2020/info/08.md48
1 files changed, 20 insertions, 28 deletions
diff --git a/2020/info/08.md b/2020/info/08.md
index 22b1e7e8..a3c5c695 100644
--- a/2020/info/08.md
+++ b/2020/info/08.md
@@ -25,42 +25,34 @@ and more Emacs-users oriented.
<!-- from the pad --->
-- Actual start and end time (EST): Start: 2020-11-28T11.26.34; Q&A: 2020-11-28T11.40.48; End 2020-11-28T11.43.33
-
+- Actual start and end time (EST): Start: 2020-11-28T11.26.34; Q&A:
+ 2020-11-28T11.40.48; End 2020-11-28T11.43.33
# Questions
+## 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.
-## 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
-
-
-## how did you learn nix language basics? Just from the the manual?
-
-He referred to the nix IRC channel
-
+## How did you learn Nix language basics? Just from the the manual?
+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.
# 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.
-
-"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(?)
-
+- 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.
+ - "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(?)