diff options
author | Yuchen Pei <id@ypei.org> | 2025-03-18 19:16:04 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-03-18 19:16:04 +1100 |
commit | bc4b35a13d869f41d23e0506176e0a4b05f29825 (patch) | |
tree | 9a48a7c0c7548f0e4c1dad9f02726bc59489fe0e /emacs/.emacs.d/lisp/my/my-consult-recoll.el | |
parent | 22b985173073b9f4ae832278a2625511af3f79e4 (diff) |
Diffstat (limited to 'emacs/.emacs.d/lisp/my/my-consult-recoll.el')
-rw-r--r-- | emacs/.emacs.d/lisp/my/my-consult-recoll.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/lisp/my/my-consult-recoll.el b/emacs/.emacs.d/lisp/my/my-consult-recoll.el new file mode 100644 index 0000000..1754ad4 --- /dev/null +++ b/emacs/.emacs.d/lisp/my/my-consult-recoll.el @@ -0,0 +1,3 @@ +(defun my-consult-recoll-open-in-pdf-tools (filename &optional page) + (find-file filename) + (when page (pdf-view-goto-page page))) |