From 6a1f04e3a4030898e75d9364daa8c84933fe7b66 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 14 Apr 2020 10:33:53 +0200 Subject: Updated README with MELPA info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bf39403..2a631bf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@

+ MELPA + MELPA Stable Build Status for master branch License GPL 3

@@ -29,9 +31,9 @@ idea of the look and feel of this theme. A glimpse: ### package.el (recommended) -This theme is in the [process of getting included into -MELPA](https://github.com/melpa/melpa/pull/6808). Whenever that is done, you -will be able to fetch this theme with `package.el` like so: +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 +theme like so: `M-x package-install soria-theme` @@ -41,6 +43,22 @@ To load it automatically on GNU Emacs startup add this to your init file: (load-theme 'soria t) ``` +You can also use [use-package](https://github.com/jwiegley/use-package) for +this, with a configuration like: + +```elisp +(use-package soria-theme + :ensure t + :config + (load-theme 'soria t) + + (dolist (lang-hook '(ruby-mode-hook + php-mode-hook + perl-mode-hook + emacs-lisp-mode-hook)) + (add-hook lang-hook 'soria-theme-purple-identifiers))) +``` + ### Manual Simply download the `soria-theme.el` file into your `~/.emacs.d/` and then load -- cgit v1.2.3