Initial commit

This commit is contained in:
Némunaire 2012-10-13 21:35:28 +02:00
commit 99e3df82b7
28 changed files with 2639 additions and 0 deletions

17
configs/perso.el Normal file
View file

@ -0,0 +1,17 @@
;; E-mail adress
(custom-set-variables '(user-mail-address "nemunaire@pomail.fr")
'(query-user-mail-address nil))
;; Ispell check default language
(ispell-change-dictionary "francais" t)
(defvar cpu-number 8
"Number of parallel processing units on this system")
(setq compile-command "make")
(setq c-default-style "epita")
;; Chargement de mes paramètres personnels
(if (file-exists-p "~/.private.el")
(load-file "~/.private.el"))