From b5c0d2d9f6828cde9ef8e2d937c34595ab719ee8 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 13 Sep 2021 22:01:51 +0800 Subject: bookmark: stylistic changes --- bookmark-conf.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bookmark-conf.el') 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 -- cgit v1.2.3-18-g5258