From 17c1255461b66392579dd7f4b7391c560bdff919 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sun, 26 May 2024 21:12:28 +0200 Subject: [PATCH] Formatting --- gists.org | 2 +- gists/rx-in-lisp-data.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gists.org b/gists.org index 71db2ac..0b0f637 100644 --- a/gists.org +++ b/gists.org @@ -1181,7 +1181,7 @@ Which covers my (potential) GPG/SSH usage within Emacs. Now, anytime a I perform ,,#+end_src ,#+end_src - Upon tangling, the <> is converted to a regex string and therefore readable by elfeed-score (mind the single quote!). + Upon tangling, the =<>= is converted to a regex string and therefore readable by elfeed-score (mind the single quote!). #+end_src * Meta diff --git a/gists/rx-in-lisp-data.org b/gists/rx-in-lisp-data.org index 2a1f051..7856766 100644 --- a/gists/rx-in-lisp-data.org +++ b/gists/rx-in-lisp-data.org @@ -36,4 +36,4 @@ Luckily there's a work-around with Org Mode: ,#+end_src #+end_src - Upon tangling, the <> is converted to a regex string and therefore readable by elfeed-score (mind the single quote!). + Upon tangling, the =<>= is converted to a regex string and therefore readable by elfeed-score (mind the single quote!).