From 840c3607d1b070d2b296d19a826afc5cab547543 Mon Sep 17 00:00:00 2001 From: Korytov Pavel Date: Wed, 2 Feb 2022 23:35:19 +0300 Subject: [PATCH] fix(emacs): typo in the introduction --- Emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emacs.org b/Emacs.org index b3358f4..2c60752 100644 --- a/Emacs.org +++ b/Emacs.org @@ -29,7 +29,7 @@ At the moment of this writing, this "almost anything" includes: - *X Window management*, with EXWM. So I could say I literally live in Emacs. - ... -As I have hinted above, this file is a piece of literate configuration, which means that the actual code is interweaved with English-language commentary. One could argue that the commentary, not the code, is the citizen entity of the file. +As I have hinted above, this file is a piece of literate configuration, which means that the actual code is interweaved with English-language commentary. One could argue that the commentary, not the code, is the primary entity of the file. But at the same time, the configuration is personal, so the primary benefactor of the literate structure is me. The commentary is primarily meant to capture my state of mind at the moment of writing the code, which is immensely helpful for maintaining the code in the future. So the quality and quantity of the commentary are... varying.