summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-06-15 19:56:14 +0200
committermms <michal@sapka.me>2024-06-15 19:56:14 +0200
commitc9658ba8158e21adf5f29d232aa19a54d3b6bc55 (patch)
treede6418a7bc68e3ca14e468d879c16d61ebfe0fdc
parent669a35a3eb3db6420f47a1098a79d07ab38abbcc (diff)
fix: explicit br
l---------content-org/.#cool-emacs.org1
-rw-r--r--content-org/cool-emacs.org6
-rw-r--r--content/cool-emacs/_index.md2
3 files changed, 5 insertions, 4 deletions
diff --git a/content-org/.#cool-emacs.org b/content-org/.#cool-emacs.org
deleted file mode 120000
index b7d3332..0000000
--- a/content-org/.#cool-emacs.org
+++ /dev/null
@@ -1 +0,0 @@
-mms@voyager.87071:1717856541 \ No newline at end of file
diff --git a/content-org/cool-emacs.org b/content-org/cool-emacs.org
index fac7002..68c2e58 100644
--- a/content-org/cool-emacs.org
+++ b/content-org/cool-emacs.org
@@ -22,7 +22,7 @@
:END:
#+begin_quote
-Let me tell you: Emacs is not a text editor<br>
+Let me tell you: Emacs is not a text editor
-- Emerald McS., PhD
#+end_quote
@@ -225,7 +225,9 @@ The config is quite simple. For Gmail[fn:gmail][fn:frosty]:
#+END_SRC
Then type =mbsybc -a=, wait for a few (hundred? depending on the mailbox size) minutes, and voila.
-Your =~/Mail/gmail/= is now populated with all your messages. Let's break down the config.
+Your =
+
+~/Mail/gmail/= is now populated with all your messages. Let's break down the config.
Mbsync(1) assumes two stores exist: local (on your computer) and remote (the IMAP server).
A store is a place where mail exists.
diff --git a/content/cool-emacs/_index.md b/content/cool-emacs/_index.md
index 53291ff..cbee424 100644
--- a/content/cool-emacs/_index.md
+++ b/content/cool-emacs/_index.md
@@ -15,7 +15,7 @@ shortname = "Cool usages of Emacs"
post = "Emacs usage that is not text editing"
+++
-> Let me tell you: Emacs is not a text editor&lt;br&gt;
+> Let me tell you: Emacs is not a text editor
>
> -- Emerald McS., PhD