From 5cf9720265c65197186e606803a1e41f4fd4d73b Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sat, 3 Jun 2023 17:20:29 +0200 Subject: [PATCH] Typo fix --- gists.org | 2 +- gists/prism-xml-yaml.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gists.org b/gists.org index 2fc458e..8d6617a 100644 --- a/gists.org +++ b/gists.org @@ -568,7 +568,7 @@ An improved version was [[https://github.com/xenodium/dwim-shell-command/commit/ #+begin_src elisp :tangle gists/prism-xml-yaml.el ;; Enable prism-whitespace-mode for YAML and XML automatically. Detect - ;; the amounh of whitespace from the respective mode. + ;; the amount of whitespace from the respective mode. (use-package prism :config diff --git a/gists/prism-xml-yaml.el b/gists/prism-xml-yaml.el index 14359fb..51ecdd9 100644 --- a/gists/prism-xml-yaml.el +++ b/gists/prism-xml-yaml.el @@ -1,5 +1,5 @@ ;; Enable prism-whitespace-mode for YAML and XML automatically. Detect -;; the amounh of whitespace from the respective mode. +;; the amount of whitespace from the respective mode. (use-package prism :config