File: afrc

package info (click to toggle)
af 2.4.3-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,968 kB
  • ctags: 3,006
  • sloc: ansic: 31,528; makefile: 389; sh: 71
file content (19 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; 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"))