syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.64k stars 4.89k forks source link

nyan-mode is too old #13635

Closed hanm2019 closed 4 years ago

hanm2019 commented 4 years ago

when i use spacemacs in develop branch, i found a error report in message buffer that

Error during redisplay: (eval (doom-modeline-segment--buffer-position)) signaled (void-variable nyan-minimum-window-width),

then i found the doom-modeline is rely on this value, but the file(nyan-mode.el) in spacemacs is too old , there isn't var: nyan-minimum-window-width, so i think maybe we can update this value with https://github.com/TeMPOraL/nyan-mode/blob/master/nyan-mode.el

smile13241324 commented 4 years ago

This is a duplicate of #12946

smile13241324 commented 4 years ago

Closed for being duplicate