emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/nano-modeline 8b049b8 02/24: Added installation and usa


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline 8b049b8 02/24: Added installation and usage instructions
Date: Wed, 6 Oct 2021 17:57:32 -0400 (EDT)

branch: externals/nano-modeline
commit 8b049b8d2569616d987d56686729dd9d46cd6a5c
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@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).
 
-![](images/screenshot.png)
\ No newline at end of file
+![](images/screenshot.png)
+
+### 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]