branch: externals/nano-theme commit c661627203c1856502a454fe93e7d802c1e0132d Author: Sam217pa <sam21...@users.noreply.github.com> Commit: GitHub <nore...@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)