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))
|
(let ((inhibit-changing-match-data t))
|
||||||
(if (string-match "HARFBUZZ" system-configuration-features) ; no alternative
|
(if (string-match "HARFBUZZ" system-configuration-features) ; no alternative
|
||||||
(push 'harfbuzz features)))
|
(push 'harfbuzz features)))
|
||||||
;; `native-compile' exists whether or not it is functional (e.g. libgcc is
|
;; The `native-compile' feature exists whether or not it is functional (e.g.
|
||||||
;; available or not). This seems silly, so pretend it doesn't exist if it
|
;; libgcc is available or not). This seems silly, so pretend it doesn't exist if
|
||||||
;; isn't available.
|
;; it isn't functional.
|
||||||
(if (featurep 'native-compile)
|
(if (featurep 'native-compile)
|
||||||
(if (not (native-comp-available-p))
|
(if (not (native-comp-available-p))
|
||||||
(delq 'native-compile features)))
|
(delq 'native-compile features)))
|
||||||
|
|
|
@ -40,8 +40,8 @@
|
||||||
free-keys
|
free-keys
|
||||||
helm
|
helm
|
||||||
help
|
help
|
||||||
indent
|
|
||||||
image
|
image
|
||||||
|
indent
|
||||||
kotlin-mode
|
kotlin-mode
|
||||||
lispy
|
lispy
|
||||||
outline
|
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
|
"IDEA(i)" ; An unconfirmed and unapproved task or notion
|
||||||
"|"
|
"|"
|
||||||
"DONE(d)" ; Task successfully completed
|
"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
|
(sequence
|
||||||
"[ ](T)" ; A task that needs doing
|
"[ ](T)" ; A task that needs doing
|
||||||
"[-](S)" ; Task is in progress
|
"[-](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=.
|
1. Delete [[https://github.com/plexus/chemacs2][Chemacs]] from =$EMACSDIR=.
|
||||||
|
|
||||||
2. Install Doom there: ~$ git clone https://github.com/doomemacs/doomemacs
|
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
|
3. Move =~/.emacs-profiles.el= to =~/.config/doom/profiles.el= and transform the
|
||||||
string keys to symbols and adapt =env= entries like so:
|
string keys to symbols and adapt =env= entries like so:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue