branch: externals/nano-modeline commit c574429f7d25f135e5a55c844493761c5428c7b6 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Added screenshots --- README.md | 8 +++++++- nano-modeline.el | 5 ++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 08552e8..8a9b7a1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ A simple modeline. Best with [N Λ N O theme](https://github.com/rougier/nano-theme). - + + +<div> +<img src="./images/nano-modeline-light.png" width=47.5%> +<img src="./images/nano-modeline-dark.png" width=47.5%> +</div> + ### Installation diff --git a/nano-modeline.el b/nano-modeline.el index b7c512c..832b88d 100644 --- a/nano-modeline.el +++ b/nano-modeline.el @@ -25,9 +25,8 @@ ;; ------------------------------------------------------------------- (require 'subr-x) -(defgroup nano-modeline nil - "NΛNO" - :group 'nano) +(defgroup nano nil + "N Λ N O") (defgroup nano-modeline nil "Modeline settings"