Future work on this repository has moved to the monorepo valera-rozuvan/dotfiles. This repo is archived for historic purposes (to preserve commit history). Navigate over to dotfiles/emacs/emacs-config to see updates (if any).
My configuration for emacs.
It is assumed that Emacs version 24.3 or later is installed on your system.
cd ~/
rm -rf .emacs*
mkdir tmp
cd tmp
git clone [email protected]:valera-rozuvan/emacs_config.git
cd emacs_config
mv _emacs.d .emacs.d
mv .emacs ~/
mv .emacs.d ~/
cd ~/
rm -rf tmp