diff options
author | JSDurand <mmemmew@gmail.com> | 2021-09-13 22:01:51 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-09-13 22:01:51 +0800 |
commit | b5c0d2d9f6828cde9ef8e2d937c34595ab719ee8 (patch) | |
tree | afa7eefcc1d8f18e2f6f2dc9d915af20b1aacb12 | |
parent | 6e0542d55e86c9bb35fb0e4071aba21e084bbe07 (diff) |
bookmark: stylistic changes
-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 |