branch: externals/nano-theme
commit a6f08d44ea677f80a5d3633211d429dba68427fe
Merge: 1ad2168 c661627
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: GitHub <nore...@github.com>

    Merge pull request #11 from sam217pa/patch-2
    
    `nano-setup` should be made interactive
---
 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