;; pas de menu, pas de toolbar (menu-bar-mode -1) (tool-bar-mode -1) (scroll-bar-mode -1) (mouse-wheel-mode 1) (show-paren-mode 1) (setq-default hilight-paren-expression t) (transient-mark-mode t) (setq column-number-mode t) (setq line-number-mode t) (global-font-lock-mode t) (setq font-lock-maximum-decoration t) (setq-default frame-title-format (list "%b Emacs")) (global-set-key "\M-g" 'goto-line) ;;(set-language-environment "Latin-9") ;;(iso-accents-mode t) ;;(require 'iso-insert) ;;(set-keyboard-coding-system 'iso-latin-9) ;;(standard-display-european 1) ;;(set-input-mode nil nil 1) ;;(set-locale-environment "en_US.UTF-8") (set-background-color "#000000") (set-foreground-color "#bfbfbf") (setq-default fill-column 75) (setq-default indent-tabs-mode nil) (setq standard-indent 3) ;; Macros persos pour commenter / décommenter les lignes terminées par '