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

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

[elpa] externals/nano-theme c661627 1/2: `nano-setup` should be made int


From: ELPA Syncer
Subject: [elpa] externals/nano-theme c661627 1/2: `nano-setup` should be made interactive
Date: Tue, 5 Oct 2021 02:57:17 -0400 (EDT)

branch: externals/nano-theme
commit c661627203c1856502a454fe93e7d802c1e0132d
Author: Sam217pa <sam217pa@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    `nano-setup` should be made interactive
    
    Nano-setup needs to be a command so that it can be called with `M-x 
nano-setup` as indicated in the README.
---
 nano-theme.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nano-theme.el b/nano-theme.el
index 1286cf4..04979e5 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -287,6 +287,7 @@ background color that is barely perceptible."
 
 (defun nano-setup ()
   "Defaults settings for nano (optional)"
+  (interactive)
 
   ;; Use nano fonts
   (setq nano-fonts-use t)



reply via email to

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