My personal emacs init and config files
Ensure existing emacs configuration is backed up somewhere
mv ~/.emacs ~/.emacs.bak
mv ~/.emacs.d ~/.emacs.d.bakgit clone https://www.github.com/willkill07/emacs-configuration ~/.emacs.d
cd ~/.emacs.d
git submodule update --init --recursivepushd ~/.emacs.d/ycmd
./build.py --clang-completerycmdandcompany-modefor autocomplete- support for
.clang-formatand.clang_completefiles clang-formatfor automatic code formattingflycheckfor compilation errors and warnings- beautification of code with
rainbow-delimitersandrainbow-identifiers modern-cpp-font-lockfor improving syntax coloring with modern c++- automatic setup and installation of all packages (once
ycmdis installed)