docs: prose edits
This commit is contained in:
parent
dd7d8c711c
commit
17158df4be
1 changed files with 2 additions and 2 deletions
|
|
@ -2191,7 +2191,7 @@ These new categories can then be used to define [[*Keymaps][Embark keymaps]] for
|
||||||
:ui ophints
|
:ui ophints
|
||||||
#+end_src
|
#+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
|
#+begin_src emacs-lisp :tangle modules/ui/ophints/packages.el
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- 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
|
* 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
|
** Agda
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue