docs: prose edits

This commit is contained in:
Kiana Sheibani 2026-02-14 18:50:26 -05:00
parent dd7d8c711c
commit 17158df4be
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -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