blob: 3f5364f386e293f2c5717a2269c6d44292e2ba08 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
********************************************************************************
To start the pager at the startup of sawfish add the following to
your sawfish resource file (e.g. ~/.sawfishrc):
(require 'sawfish.wm.ext.pager)
(setq pager-executable "pager")
(add-hook 'after-initialization-hook pager t)
********************************************************************************
|