branch: externals/doric-themes commit ece084f552b25fa1f9a9329648a12fab41e4f9d9 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update the sample configuration --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b9daa0d41..1a0c1effcc 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,9 @@ package. For something in-between, which I would consider the best ## Sample configuration ```elisp -;; I will update this once the actual package is available. For now, -;; you have to clone the Git repository somewhere, then specify that -;; in the `:load-path' below. (use-package doric-themes - :ensure nil + :ensure t :demand t - :load-path "~/Git/Projects/doric-themes/" :config ;; These are the default values. (setq doric-themes-to-toggle '(doric-light doric-dark))