Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 495 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 495 Bytes

emacs_epitech

Emacs Configuration for epitech (Headers + shortcuts)

INSTALATION :

  1. git clone https://github.com/tovazm/emacs_epitech.git

  2. cd emacs_epitech

  3. cp .emacs ~/

  4. 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 !