From: Mark Wooding Date: Thu, 13 Aug 2020 14:22:42 +0000 (+0100) Subject: dot/a2psrc: Basic configuration for `a2ps', which is stupid by default. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/dd794b2081493f6046048f01e8dd7da4e994218a dot/a2psrc: Basic configuration for `a2ps', which is stupid by default. --- diff --git a/Makefile b/Makefile index 478cbef..cc84f9b 100644 --- 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 index 0000000..3ef26a1 --- /dev/null +++ b/dot/a2psrc @@ -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