diff options
| -rw-r--r-- | lisp/pdf-virtual.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/pdf-virtual.el b/lisp/pdf-virtual.el index e0a5785..6694218 100644 --- a/lisp/pdf-virtual.el +++ b/lisp/pdf-virtual.el @@ -479,6 +479,7 @@ PAGE should be a page-number." "Enable recognition and handling of VPDF files." nil nil nil :global t + :group 'pdf-tools (let ((elt `(,pdf-virtual-magic-mode-regexp . pdf-virtual-view-mode))) (cond (pdf-virtual-global-minor-mode |
