branch: externals/nano-modeline commit 8b049b8d2569616d987d56686729dd9d46cd6a5c Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Added installation and usage instructions --- README.md | 17 ++++++++++++++++- nano-modeline.el | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb525b2..6005098 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,19 @@ A simple modeline. Best with [N Λ N O theme](https://github.com/rougier/nano-theme). - \ No newline at end of file + + +### Installation + +Install with [straight.el](https://github.com/raxod502/straight.el): + +``` +(straight-use-package '(nano-theme :type git :host github + :repo "rougier/nano-modeline")) +``` + +### Usage + +``` +(nano-modeline) +``` diff --git a/nano-modeline.el b/nano-modeline.el index c648b16..aab4700 100644 --- a/nano-modeline.el +++ b/nano-modeline.el @@ -1,6 +1,6 @@ ;;; nano-modeline.el --- NΛNO modeline -*- lexical-binding: t -*- ;; ------------------------------------------------------------------- -;; GNU Emacs / NΛNO modeline +;; GNU Emacs / N Λ N O modeline ;; Copyright (C) 2020-2021 - NΛNO developers ;; ;; This file is not part of GNU Emacs.