Hacking journey begins start from 2013.
- It’s a highly customize optimized Spacemacs configuration, it’s relied on the develop branch of the officially Spacemacs.
- I prefer to the
Ivycompletion interface, so I removed many helm related packages but keep thehelm-agpackage. Thecounsel-agcounterpart is not powerful ashelm-ag. - I also removed some packages I don’t have any chance to use. The complete lists are in the exclude section of the
init.elfile. - I also exclude the
Spacelinepackage, cause it’s easy to frozen the Emacs with this package enabled. So I create my own mode line configuration basedSpaceline. - The
Swiperpackage sometimes frozen the Emacs UI only when you split the window. You could use `pkill -SIGUSR2 -i emacs` command line to rescue.