diff --git a/config.org b/config.org index 94c529c..083fca3 100644 --- a/config.org +++ b/config.org @@ -1326,7 +1326,7 @@ When a buffer has line numbers, they can interfere with the margins and make the #'~/update-visual-fill-column-line-numbers) #+end_src -We unfortunately have to make this check /very/ often, anywhere that could conceivably change the output of ~line-number-display-width~. This includes all buffer movement commands, which unfortunately don't have a hook +We unfortunately have to make this check /very/ often, anywhere that could conceivably change the output of ~line-number-display-width~. This includes all buffer movement commands, which unfortunately don't have a corresponding hook, so we have to just use ~post-command-hook~ to check after every command, which is highly redundant. Fortunately, calling this function is very cheap, as Emacs caches all the relevant values. ** Dashboard @@ -4581,7 +4581,7 @@ This section is for code with little or no associated documentation. This could 1. Temporary 2. Self-explanatory 3. Hard to categorize -4. Just not really worth the time it takes to write commentary +4. Generally not worth the time it takes to write commentary ** Auto-Revert Mode