diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2015-03-30 21:36:17 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2015-03-30 21:36:17 +0200 |
| commit | ec2a5553e7ded94afa6a1027c68eadd0e618aae2 (patch) | |
| tree | de92f973c659d97a247cae7610baee64b88ab114 /lisp | |
| parent | 846b64f65a1d9b7f975129447b4766bef94cc4d8 (diff) | |
Better tablist default.
* lisp/pdf-occur.el (pdf-occur-revert-buffer): 24 columns for the filename.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/pdf-occur.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pdf-occur.el b/lisp/pdf-occur.el index 22d7c41..812cdc8 100644 --- a/lisp/pdf-occur.el +++ b/lisp/pdf-occur.el @@ -189,7 +189,7 @@ For a programmatic search of multiple documents see (error "Nothing to search for")) (let* ((2-columns-p (= 1 (length pdf-occur-search-documents))) (filename-width - (min 36 + (min 24 (apply 'max (mapcar 'length (mapcar 'pdf-occur-abbrev-file-name |
