branch: externals/nano-modeline commit 57c59a83a2c126e46288bedb82356796c772dd04 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Fixed N Λ N O spelling --- README.md | 4 ++++ nano-modeline.el | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6005098..7d3c727 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ A simple modeline. Best with [N Λ N O theme](https://github.com/rougier/nano-th Install with [straight.el](https://github.com/raxod502/straight.el): ``` +;; Optional +(straight-use-package '(nano-theme :type git :host github + :repo "rougier/nano-theme")) + (straight-use-package '(nano-theme :type git :host github :repo "rougier/nano-modeline")) ``` diff --git a/nano-modeline.el b/nano-modeline.el index aab4700..e0a7f4e 100644 --- a/nano-modeline.el +++ b/nano-modeline.el @@ -1,7 +1,7 @@ -;;; nano-modeline.el --- NΛNO modeline -*- lexical-binding: t -*- +;;; nano-modeline.el --- N Λ N O Modeline -*- lexical-binding: t -*- ;; ------------------------------------------------------------------- -;; GNU Emacs / N Λ N O modeline -;; Copyright (C) 2020-2021 - NΛNO developers +;; GNU Emacs / N Λ N O Modeline +;; Copyright (C) 2020-2021 - N Λ N O developers ;; ;; This file is not part of GNU Emacs. ;; @@ -19,7 +19,7 @@ ;; along with this program. If not, see <http://www.gnu.org/licenses/> ;; ------------------------------------------------------------------- ;; -;; NΛNO modeline format: +;; Modeline is rendered as: ;; [ status | name (primary) secondary ] ;; ;; -------------------------------------------------------------------