(display-time)
;;
Pour avoir l'heure dans la barre d'etat
(setq display-time-24hr-format t) ;; Format 24 heures
(global-font-lock-mode t)
(setq font-lock-maximum-decoration t)
(setq ispell-dictionary "francais")
(standard-display-european 1)
(custom-set-variables
' (compilation-window-height 5)
' (compilation-read-command t)
' (compile-command "g++ "))
(custom-set-faces)
pour télécharger download/EMACS

#!/bin/sh
#
# MONTY XSSESION
#
# Definition des variables d'environnement utiles
#
PATH=$PATH:/usr/local/bin:/usr/local/bin/X11:/usr/bin/X11:/usr/ucb:/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/bin/mh:/root/IUP1/Systeme/Scripts:.
PRINTER=listing
export PRINTER PATH
umask 02
# Message de bienvenue
xmessage -center -timeout 5 -buttons Fine:0 "Hello, Monty. How are you ?!
;-))))))))))" &
#Interdiction des autres utilisateurs de la machine de pouvoir DISPLAY leurs binaires sur
mon ecran
xhost -
# Demmarage de xiterm
xiterm -ls -bg black -fg green -geometry 111x40+0+0 -cr red -name "MONTY nxterm"
&
# Chargement d'une image de fond (il y a aussi xloadimage ou xv xsetroot)
xv -root -rmode 2 IMAGES/bg.jpg -quit &
# Supprime la console
kill `ps x | grep xconsole | cut -c4,-5` &
case `uname -s` in
# Linux) exec /usr/X11R6/bin/wmaker ;;
Linux) exec afterstep ;;
*) exec mwm ;;
esac
pour télécharger download/XSESSION