Emacs Configuration for epitech (Headers + shortcuts)
INSTALATION :
-
git clone https://github.com/tovazm/emacs_epitech.git
-
cd emacs_epitech
-
cp .emacs ~/
-
cp -r .emacs.d ~/
SHORTCUTS :
CTRL-C - CTRL-X
Create a Header
CTRL-C - P
Add .h protection (#ifndef #define #endif)
CTRL-X - K
Create a structure typedef with given name
CTRL-X - J
Create a Double linked list with given name
CTRL-X - CTRL-X
Create a norme-compliant Makefile
Enjoy !