; Default configuration file for af

; Set up the mail domain correctly
(setq domain (system "cat /etc/mailname || hostname --fqdn"))

; Set up the program to browse the info manual (default is "info af")
;(setq info-browser "info af")

; Set up printing via lpr (default is "lpr -p")
;(setq print-command "lpr -p")

; Set up the spell-check program (default is "ispell -x")
;(setq spell-checker "ispell -x")

; Set up ansi keymaps if required
(if (or (equal (getenv "TERM") "linux")
	(equal (getenv "TERM") "xterm")
	(equal (getenv "TERM") "xterms"))
    (load-library "ansi.afl"))
