branch: externals/nano-theme commit 07ae369b91b9a641eb65b51a2547888331d9b583 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Bug fix --- nano-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano-theme.el b/nano-theme.el index 17be6c2..8b47b86 100644 --- a/nano-theme.el +++ b/nano-theme.el @@ -482,7 +482,7 @@ background color that is barely perceptible." (defun nano-theme (mode) (set-frame-parameter nil 'background-mode mode) - (set frame-background-mode mode) + (setq frame-background-mode mode) (frame-set-background-mode (selected-frame))