rougier / nano-emacs

GNU Emacs / N Λ N O - Emacs made simple
GNU General Public License v3.0
2.5k stars 191 forks source link

Wrong number of arguments #154

Closed Ding-Xiaorang closed 7 months ago

Ding-Xiaorang commented 7 months ago

Messages always show below everytime open Emacs: load-with-code-conversion: Wrong number of arguments: (lambda nil "Derive many, many faces from the core nano faces." (nano-theme--basics) (nano-theme--font-lock) (nano-theme--mode-line) (nano-theme--minibuffer) (nano-theme--buttons) (nano-theme--info) (nano-theme--bookmark) ...), 1 image

Don't know where and what I should modify to solve it.

rougier commented 7 months ago

Thanks for report. Did you solved your problem?

Ding-Xiaorang commented 7 months ago

Yeah, I've solved this problem. The reason is I use wrong Light/Dark theme call in the init.el file.