chiark / gitweb /
dot/a2psrc: Basic configuration for `a2ps', which is stupid by default.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 13 Aug 2020 14:22:42 +0000 (15:22 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 13 Aug 2020 14:22:42 +0000 (15:22 +0100)
Makefile
dot/a2psrc [new file with mode: 0644]

index 478cbef25773e39b853c546ab855a4956ec8fc75..cc84f9bb52abce5ff7126c99aa1619eb978d0114 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -253,6 +253,8 @@ DOTLINKS            += .dircolors .colordiffrc .screenrc .tmux.conf
 DOTLINKS               += .cvsrc .indent.pro .ditz-config
 DOTLINKS               += .lftp/rc
 .lftp/rc_SRC            = lftp-rc
+DOTLINKS               += .a2ps/a2psrc
+.a2ps/a2psrc_SRC        = a2psrc
 DOTSUBST               += .mykermrc
 SCRIPTLINKS            += lesspipe.sh
 
diff --git a/dot/a2psrc b/dot/a2psrc
new file mode 100644 (file)
index 0000000..3ef26a1
--- /dev/null
@@ -0,0 +1,13 @@
+### -*-conf-*-
+
+## Don't waste paper by default!
+Options: --output=-
+
+## Use A4 paper.
+Options: --medium=A4
+
+## Duplex by default.  (Should tumble for landscape-oriented layouts.)
+Options: --sides=duplex
+
+## By default, don't do complicated things.
+Options: --portrait --rows=1 --columns=1