Skip to content

Commit

Permalink
nit: reformatting, comment, and markup revision
Browse files Browse the repository at this point in the history
  • Loading branch information
hlissner committed Dec 2, 2023
1 parent 0d8479a commit b1d8d1c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lisp/doom.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down
2 changes: 1 addition & 1 deletion modules/editor/evil/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
free-keys
helm
help
indent
image
indent
kotlin-mode
lispy
outline
Expand Down
2 changes: 1 addition & 1 deletion modules/lang/org/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion profiles/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b1d8d1c

Please sign in to comment.