diff --git a/config.org b/config.org index 3ffe4a7..16a2875 100644 --- a/config.org +++ b/config.org @@ -2191,7 +2191,7 @@ These new categories can then be used to define [[*Keymaps][Embark keymaps]] for :ui ophints #+end_src -I like having ophints for vim editing so that I don't get lost when making large edits, but the =ophints= module in Doom doesn't look very good to me (it gets rid of pulses and color), so I'll override it. +I like having operation hints for editing so that I don't get lost when making large edits, but the =ophints= module in Doom doesn't look very good to me (it gets rid of pulses and color), so I'll override it. #+begin_src emacs-lisp :tangle modules/ui/ophints/packages.el ;; -*- no-byte-compile: t; -*- @@ -4122,7 +4122,7 @@ To make opening the journal more convenient, here's a command to open the latest * Languages and Modes -This is the configuration for all the mode-related packages, including programming language packages. Most of these are going to be simply enabling the corresponding Doom module, as major modes don't tend to involve much configuration. +This is the configuration for all the mode-related packages, including programming language packages. Most of these are going to be simply enabling the corresponding Doom module, as major modes don't tend to involve much configuration. The configuration that is here is probably going to be quite repetitive. Feel free to skip to the interesting parts. ** Agda