From 754d8d5acff29fe841eae2426ec50fac7399938b Mon Sep 17 00:00:00 2001 From: Dustin Lyons Date: Tue, 16 Jan 2024 12:51:25 -0500 Subject: [PATCH] Update config.org --- modules/shared/config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shared/config/emacs/config.org b/modules/shared/config/emacs/config.org index 8efa30ce..a530d250 100644 --- a/modules/shared/config/emacs/config.org +++ b/modules/shared/config/emacs/config.org @@ -5,7 +5,7 @@ ** About my Emacs This is my detailed Emacs configuration. It's an ~org~ file that is transpiled to ~emacs-lisp~ as part of the Nix build process. -Why an org file? My Emacs config is large, and this enables me to improve the readability of its documentation greatly. I edit this file the same way you're reading it (nicely formatted) as I use Emacs and Emacs speaks org. Sounds complicated, but it's really not; [[https://github.com/dustinlyons/nixos-config/blob/main/hosts/nixos/default.nix#L240][just a few lines]] in my Nix config. [[https://github.com/dustinlyons/nixos-config/blob/main/hosts/darwin/default.nix#L40][MacOS too.]] +Why an org file? My Emacs config is large, and this enables me to improve the readability of its documentation greatly. I edit this file the same way you're reading it (nicely formatted) as I use Emacs and Emacs speaks org. Sounds complicated, but it's really not; [[https://github.com/dustinlyons/nixos-config/blob/main/hosts/nixos/default.nix#L236][just a few lines]] in my Nix config. [[https://github.com/dustinlyons/nixos-config/blob/main/hosts/darwin/default.nix#L40][MacOS too.]] This is the main configuration, but one more init file also exists, ~init.el~ , that bootstraps ~org-mode~ before this file is interpreted. That's defined [[https://github.com/dustinlyons/nixos-config/blob/main/modules/shared/files.nix#L56][here]].