====== Emacs ====== {{tag> emacs}} I'm using Emacs with [[http://spacemacs.org/|Spacemacs]]. ===== Installation ===== yaourt -S pacman mv ~/.emacs.d ~/.emacs.d.orig git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d emacs # start emacs ===== CheatSheet ===== Basic key mapping: ^ Key ^ Function ^ | SPC | Leader | | M-m | Leader | | ,(comma)| Major mode leader | | C-M-m | Major mode leader | | SPC h d ?[(a)] | Open help describe | | SPC b ?[(a)] | Open buffer management | [(a>? means a key)]