aruku7230
aruku7230
What mode does Spacemacs use to show line numbers, `linum-mode` or `display-line-numbers-mode`?
@duianto , I updated the reproduction guide by adding headlines on org file and then fold the headline reproduced it.
Reproduce it use chokidar. It's a issue with chokidar. ```javascript const watchGlob = 'フォルダ/**/*'; gulp.task('test', () => { const chokidar = require('chokidar'); chokidar.watch(watchGlob, (done) => { done() }) .on('change', (path)...