nit: reformatting, comment, and markup revision
This commit is contained in:
parent
0d8479ae9b
commit
b1d8d1cd9f
4 changed files with 6 additions and 6 deletions
|
@ -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)))
|
||||
|
|
|
@ -40,8 +40,8 @@
|
|||
free-keys
|
||||
helm
|
||||
help
|
||||
indent
|
||||
image
|
||||
indent
|
||||
kotlin-mode
|
||||
lispy
|
||||
outline
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue