aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml3
-rw-r--r--CHANGELOG.org2
-rw-r--r--README.md6
3 files changed, 6 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0b3ab3c..d625af9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,10 +23,11 @@ jobs:
- 26.2
- 26.3
- 27.1
+ - 27.2
- snapshot
include:
- os: macos-latest
- emacs_version: 27.1
+ emacs_version: 27.2
steps:
- uses: purcell/setup-emacs@master
with:
diff --git a/CHANGELOG.org b/CHANGELOG.org
index a217b31..15cbbfd 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -5,7 +5,7 @@
** Next
- Added support for =shr=. See [[https://github.com/mssola/soria/commit/cc225f51ea724d8767f97249d8c6b3fc5182d331][cc225f51ea72]].
-- Added support for =diredfl=.
+- Added support for =diredfl=. See [[https://github.com/mssola/soria/commit/b9a35f891b24380ce57d1468463ffe71e2738204][b9a35f891b24]].
** 0.4.1
diff --git a/README.md b/README.md
index 47a5ad4..419847e 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ wiki](https://github.com/mssola/soria/wiki)):
## Installation
-### package.el (recommended)
+### MELPA (recommended)
This theme is available from [MELPA](https://melpa.org/#/soria-theme) and [MELPA
stable](https://stable.melpa.org/#/soria-theme). Thus, you can install this
@@ -80,8 +80,8 @@ project](https://build.opensuse.org/package/show/home:mssola/soria-theme). You
can add the repository for your openSUSE distribution and install it like so:
```
-# This is the openSUSE Leap 15.1 repository. Check my home project for more openSUSE distributions.
-$ sudo zypper ar https://download.opensuse.org/repositories/home:/mssola/openSUSE_Leap_15.1/ home:mssola
+# This is the openSUSE Leap 15.3 repository. Check my home project for more openSUSE distributions.
+$ sudo zypper ar https://download.opensuse.org/repositories/home:/mssola/openSUSE_Leap_15.3/ home:mssola
$ sudo zypper ref home:mssola
$ sudo zypper install soria-theme
```