diff options
-rw-r--r-- | bookmark-conf.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bookmark-conf.el b/bookmark-conf.el index aed305c..bfb78f5 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -70,7 +70,8 @@ ;;;; PDF group (blist-define-criterion "pdf" "PDF" - (eq (bookmark-get-handler bookmark) #'pdf-view-bookmark-jump-handler)) + (eq (bookmark-get-handler bookmark) + #'pdf-view-bookmark-jump-handler)) ;;;; Org group @@ -83,8 +84,7 @@ "\\.org$" location) (and (file-directory-p (or org-directory "/non-existing")) - (file-in-directory-p - location org-directory))))) + (file-in-directory-p location org-directory))))) ;;;; C group |