set editor="emacs %s --execute '(mail-mode)'"
set editor="emacs %s --execute '(mail-mode)'"
#!/bin/sh rep=~/etc/signatures list=$(cd $rep; ls $*) nb=$(echo $list | wc -w) n=$(($RANDOM % $nb + 1)) r=$(echo $list | cut -d " " -f $n) cat $rep/$r
(setq-default show-trailing-whitespace t) (setq-default show-leading-whitespace t) (setq-default indicate-empty-lines t)
(menu-bar-mode ()) (tool-bar-mode ()) (scroll-bar-mode ()) (tooltip-mode ())
(set-foreground-color "grey85") (set-background-color "black") (set-cursor-color "yellow") (column-number-mode t)
(setq mail-mode-hook (function (lambda () (auto-fill-mode t))))