Merge pull request #2358 from howsiwei/pdf-outline
Fix pdf-outline error
This commit is contained in:
commit
c24ab34f75
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
;; Handle PDF-tools related popups better
|
||||
(set-popup-rules!
|
||||
'(("^\\*Outline*" :side 'right :size 40 :select nil)
|
||||
'(("^\\*Outline*" :side right :size 40 :select nil)
|
||||
("\\(?:^\\*Contents\\|'s annots\\*$\\)" :ignore t)))
|
||||
|
||||
;; The mode-line does serve any useful purpose is annotation windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue