nit: reformatting, comment, and markup revision

This commit is contained in:
Henrik Lissner 2023-12-02 11:25:54 -05:00
parent 0d8479ae9b
commit b1d8d1cd9f
No known key found for this signature in database
GPG Key ID: B60957CA074D39A3
4 changed files with 6 additions and 6 deletions

View File

@ -119,9 +119,9 @@
(let ((inhibit-changing-match-data t))
(if (string-match "HARFBUZZ" system-configuration-features) ; no alternative
(push 'harfbuzz features)))
;; `native-compile' exists whether or not it is functional (e.g. libgcc is
;; available or not). This seems silly, so pretend it doesn't exist if it
;; isn't available.
;; The `native-compile' feature exists whether or not it is functional (e.g.
;; libgcc is available or not). This seems silly, so pretend it doesn't exist if
;; it isn't functional.
(if (featurep 'native-compile)
(if (not (native-comp-available-p))
(delq 'native-compile features)))

View File

@ -40,8 +40,8 @@
free-keys
helm
help
indent
image
indent
kotlin-mode
lispy
outline

View File

@ -160,7 +160,7 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
"IDEA(i)" ; An unconfirmed and unapproved task or notion
"|"
"DONE(d)" ; Task successfully completed
"KILL(k)") ; Task was cancelled, aborted or is no longer applicable
"KILL(k)") ; Task was cancelled, aborted, or is no longer applicable
(sequence
"[ ](T)" ; A task that needs doing
"[-](S)" ; Task is in progress

View File

@ -113,7 +113,7 @@ There are two caveats with this profile system:
1. Delete [[https://github.com/plexus/chemacs2][Chemacs]] from =$EMACSDIR=.
2. Install Doom there: ~$ git clone https://github.com/doomemacs/doomemacs
~/.config/emacs~
\~/.config/emacs~
3. Move =~/.emacs-profiles.el= to =~/.config/doom/profiles.el= and transform the
string keys to symbols and adapt =env= entries like so: