minor updates, enable yaml
This commit is contained in:
+3
-1
@@ -3,12 +3,14 @@
|
|||||||
- JetBrainsMono Nerd Font (from [[https://www.nerdfonts.com/font-downloads][NerdFonts]])
|
- JetBrainsMono Nerd Font (from [[https://www.nerdfonts.com/font-downloads][NerdFonts]])
|
||||||
- Install the JetBrainsMonoNL and JetBrainsMonoNL Mono fonts from the available ttf files
|
- Install the JetBrainsMonoNL and JetBrainsMonoNL Mono fonts from the available ttf files
|
||||||
- Git (Required on windows so Emacs can use the included Linux tools)
|
- Git (Required on windows so Emacs can use the included Linux tools)
|
||||||
|
- ripgrep
|
||||||
|
- fd (optional, but better file indexing performance)
|
||||||
- hunspell
|
- hunspell
|
||||||
- ~en_US.aff~ and ~en_US.dic~ files from [[https://cgit.freedesktop.org/libreoffice/dictionaries/tree/en][LibreOffice Dictionaries]] (required for hunspell)
|
- ~en_US.aff~ and ~en_US.dic~ files from [[https://cgit.freedesktop.org/libreoffice/dictionaries/tree/en][LibreOffice Dictionaries]] (required for hunspell)
|
||||||
- Python 3.10 or newer (required for ~elisp-autofmt~)
|
- Python 3.10 or newer (required for ~elisp-autofmt~)
|
||||||
|
|
||||||
#+begin_src powershell
|
#+begin_src powershell
|
||||||
winget install Git.Git FSFhu.Hunspell Python.Python.3.14
|
winget install Git.Git BurntSushi.ripgrep.MSVC fd FSFhu.Hunspell Python.Python.3.14 nodejs
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Additionally the personal dictionary file for hunspell must be created before it can be written to.
|
Additionally the personal dictionary file for hunspell must be created before it can be written to.
|
||||||
|
|||||||
@@ -112,7 +112,7 @@
|
|||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun org-format (&optional prefix)
|
(defun org-format (&optional prefix)
|
||||||
"Ensure blank lines exist after each org entry (before each heading).
|
"Ensure blank lines exist after each org entry (before each heading).
|
||||||
With prefix, operate on whole buffer"
|
With PREFIX, operate on whole buffer"
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(org-map-entries
|
(org-map-entries
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
:ui
|
:ui
|
||||||
;;deft ; notational velocity for Emacs
|
;;deft ; notational velocity for Emacs
|
||||||
doom ; what makes DOOM look the way it does
|
doom ; what makes DOOM look the way it does
|
||||||
doom-dashboard ; a nifty splash screen for Emacs
|
dashboard ; a nifty splash screen for Emacs
|
||||||
;;doom-quit ; DOOM quit-message prompts when you quit Emacs
|
;;doom-quit ; DOOM quit-message prompts when you quit Emacs
|
||||||
;;(emoji +unicode) ; 🙂
|
;;(emoji +unicode) ; 🙂
|
||||||
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
||||||
@@ -179,7 +179,7 @@
|
|||||||
;;swift ; who asked for emoji variables?
|
;;swift ; who asked for emoji variables?
|
||||||
;;terra ; Earth and Moon in alignment for performance.
|
;;terra ; Earth and Moon in alignment for performance.
|
||||||
web ; the tubes
|
web ; the tubes
|
||||||
;;yaml ; JSON, but readable
|
(yaml +tree-sitter) ; JSON, but readable
|
||||||
;;zig ; C, but simpler
|
;;zig ; C, but simpler
|
||||||
|
|
||||||
:email
|
:email
|
||||||
|
|||||||
Reference in New Issue
Block a user