diff options
| author | Nicolas P. Rougier <Nicolas.Rougier@inria.fr> | 2025-09-02 07:59:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-02 07:59:00 +0200 |
| commit | 41ef36999bacbffe43c4a96320ad6bb285b7f09f (patch) | |
| tree | 0ca3a201a71b2b0a12bbfdc5d94b42243c77d4db | |
| parent | afb5f37a4075c1921ab363f87faf97a3a0c16d47 (diff) | |
| parent | ad014e90b02955f08837077ddeaf2009a6aa91ef (diff) | |
Merge pull request #58 from AlbandeCrevoisier/patch-1externals/nano-theme
nano-theme-support.el : fix typo in usage example
| -rw-r--r-- | nano-theme-support.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nano-theme-support.el b/nano-theme-support.el index b2cc028..5e1c3ed 100644 --- a/nano-theme-support.el +++ b/nano-theme-support.el @@ -78,7 +78,7 @@ ;; Usage example: ;; ;; You can use the theme as a regular theme or you can call -;; (nano-light) / (nano-dark) explicitely to install the light or dark +;; (nano-light) / (nano-dark) explicitly to install the light or dark ;; version. ;; ;; With GUI, you can mix frames with light and dark mode. Just call |
