TheBB / spaceline

Powerline theme from Spacemacs
GNU General Public License v3.0
534 stars 60 forks source link

Line/column mode causes re-rendering performance problems #215

Closed matthew-piziak closed 4 years ago

matthew-piziak commented 4 years ago

I've removed spaceline and my Emacs performance—especially the scrolling performance—is noticeably improved. I think this is due to rapid rerendering. Is it possible to remove the line/column segment and the right-size mini file-location indicator? I believe that that would fix the performance issues for me.

matthew-piziak commented 4 years ago

I am using spaceline-20181223.2024 and Emacs 26.3.

x-ji commented 4 years ago

You can do it by defining your custom spaceline. See the end of the README file.

matthew-piziak commented 4 years ago

Yes, thank you, I believe that creating a custom mode-line without line-column would solve this.

In the meantime I've personally migrated to doom-modeline, which appears to be more efficient for my usecases, even with line and column tracking included.