diff options
| author | Christian Cleberg <[email protected]> | 2026-06-19 10:15:29 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-06-19 10:15:36 -0500 |
| commit | 54339a23f57c6dd24cc3cec3806d3a29e94b759f (patch) | |
| tree | b592933f7d162fe0a06a292a876d005d22fe9c26 /content/blog/2026-02-02-emacs-carnival-2026-02-completion.org | |
| parent | d155098ced0f68f64f8c5177583b8ef286b5fd61 (diff) | |
| download | cleberg.net-54339a23f57c6dd24cc3cec3806d3a29e94b759f.tar.gz cleberg.net-54339a23f57c6dd24cc3cec3806d3a29e94b759f.tar.bz2 cleberg.net-54339a23f57c6dd24cc3cec3806d3a29e94b759f.zip | |
fix: resolve spelling issues in 2026 posts
Diffstat (limited to 'content/blog/2026-02-02-emacs-carnival-2026-02-completion.org')
| -rw-r--r-- | content/blog/2026-02-02-emacs-carnival-2026-02-completion.org | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/content/blog/2026-02-02-emacs-carnival-2026-02-completion.org b/content/blog/2026-02-02-emacs-carnival-2026-02-completion.org index 8f38cfa..f641a44 100644 --- a/content/blog/2026-02-02-emacs-carnival-2026-02-completion.org +++ b/content/blog/2026-02-02-emacs-carnival-2026-02-completion.org @@ -5,7 +5,7 @@ #+filetags: :emacs:personal: I'm having a great time with the Emacs Carnival, as it has inspired me to write -two posts in such a short time. It's been a much needed inspiration to write +two posts in such a short time. It's been a much-needed inspiration to write during my busy season at work. Anyway, let's get to it. The topic today is [[https://www.emacswiki.org/emacs/CategoryCompletion][Completion]]: the magical thing that @@ -45,8 +45,8 @@ time string, like so: ~2026-02-02 21:52:55~. ~¯\_(ツ)_/¯~ This comes in handy most at work, where I need to constantly use acronyms and -take shorthand notes to fill-out phrases that I'm, unfortunately, required to -re-use constantly. Looking at you, "completeness and accuracy of the data". +take shorthand notes to fill out phrases that I'm, unfortunately, required to +reuse constantly. Looking at you, "completeness and accuracy of the data". * Doom Configuration @@ -67,6 +67,7 @@ Here is how I have my ~:completion~, ~:tools~, and ~:lang~ modules toggled in (spell +flyspell) ; tasing you for misspelling mispelling grammar ; tasing grammar mistake every you make + :tools (lsp +eglot) ; M-x vscode @@ -133,7 +134,7 @@ workflows. ** [[https://github.com/leotaku/flycheck-aspell?tab=readme-ov-file][flyspell]] Flyspell is the last piece to my puzzle, as it allows for easy help in -correcting grammar errors within the buffer. I combine ~flypell~ + ~syntax~ + +correcting grammar errors within the buffer. I combine ~flyspell~ + ~syntax~ + ~grammar~ for ultimate writing guidance. Whether or not I choose to follow that guidance is another story entirely. |
