summaryrefslogtreecommitdiff
path: root/ksh-emacs-init.el
blob: d1afb3e0217908f01e40c20edb59148aba6fbca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(add-to-list 'load-path 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))