summaryrefslogtreecommitdiff
path: root/bookmark-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-09-13 22:01:51 +0800
committerJSDurand <mmemmew@gmail.com>2021-09-13 22:01:51 +0800
commitb5c0d2d9f6828cde9ef8e2d937c34595ab719ee8 (patch)
treeafa7eefcc1d8f18e2f6f2dc9d915af20b1aacb12 /bookmark-conf.el
parent6e0542d55e86c9bb35fb0e4071aba21e084bbe07 (diff)
bookmark: stylistic changes
Diffstat (limited to 'bookmark-conf.el')
-rw-r--r--bookmark-conf.el6
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