summaryrefslogtreecommitdiff
path: root/ksh-emacs-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'ksh-emacs-init.el')
-rw-r--r--ksh-emacs-init.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/ksh-emacs-init.el b/ksh-emacs-init.el
new file mode 100644
index 0000000..1bd14ab
--- /dev/null
+++ b/ksh-emacs-init.el
@@ -0,0 +1,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))