summaryrefslogtreecommitdiff
path: root/ksh-emacs-init.el
blob: 1bd14abd6d0efc0e4d0f9172ec1ef9724654b2ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; Path to data files
(setq ksh-data-path (expand-file-name "data" ksh-path))

;; Printing settings
(setq printer-name "HP_P2055DN_CPL")
(setq lpr-switches
      (list "-o" "sides=two-sided-long-edge"
	    "-o" "fit-to-page"))

;; Find forms
(forms-find-file (expand-file-name "ksh-discharge.el" ksh-path))
;; (forms-find-file (expand-file-name "ksh-scan1.el" ksh-path))
(forms-find-file (expand-file-name "ksh-scan2.el" ksh-path))
(forms-find-file (expand-file-name "ksh-scan3.el" ksh-path))