[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/jarchive 9b5edcb9ac 2/2: Remove extra whitespace in rea
From: |
ELPA Syncer |
Subject: |
[elpa] externals/jarchive 9b5edcb9ac 2/2: Remove extra whitespace in readme |
Date: |
Wed, 11 Oct 2023 00:58:25 -0400 (EDT) |
branch: externals/jarchive
commit 9b5edcb9ac4937ad41bc830714534fec5ebe48ee
Author: Danny Freeman <danny@dfreeman.email>
Commit: Danny Freeman <danny@dfreeman.email>
Remove extra whitespace in readme
causing weird rendering of empty code block in sourcehut
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1c816fa71e..18553ec231 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ After installing this package, in your config call
`jarchive-mode`:
```
or it can be called interactively, via `M-x jarchive-mode`.
-
+
## Doom Emacs users: Note about when to call `jarchive-mode`
Some Emacs distributions like [Doom](https://github.com/doomemacs/doomemacs
"doom emacs on github") (and many personal configurations), set the
`file-name-handler-alist` var to nil on startup, then restore it's value when
startup is complete.