conf-emacs/configs/perso.el

18 lines
466 B
EmacsLisp
Raw Normal View History

2012-10-13 19:35:28 +00:00
;; E-mail adress
2015-10-30 13:49:49 +00:00
(custom-set-variables '(user-mail-address "nemunaire@nemunai.re")
2012-10-13 19:35:28 +00:00
'(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"))