summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2020-12-31 23:51:49 +0530
committerArun Isaac2022-10-01 01:11:34 +0530
commit0838c414088eb665847153db47a326bb83c8761b (patch)
treee4104f9a4fde70fa9d50d60fe82ea53da6a16f49
parent683909185022d2d37d1e07c1aff849eeffc131ba (diff)
downloadksh-reports-0838c414088eb665847153db47a326bb83c8761b.tar.gz
ksh-reports-0838c414088eb665847153db47a326bb83c8761b.tar.lz
ksh-reports-0838c414088eb665847153db47a326bb83c8761b.zip
Delete init file.
ksh-report is now a proper emacs package to be required, not merely a bunch of elisp files to be loaded. * ksh-emacs-init.el: Delete file.
-rw-r--r--ksh-emacs-init.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/ksh-emacs-init.el b/ksh-emacs-init.el
deleted file mode 100644
index d1afb3e..0000000
--- a/ksh-emacs-init.el
+++ /dev/null
@@ -1,13 +0,0 @@
-(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))