Initial commit
This commit is contained in:
commit
99e3df82b7
28 changed files with 2639 additions and 0 deletions
17
configs/perso.el
Normal file
17
configs/perso.el
Normal 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"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue