diff options
author | Yuchen Pei <id@ypei.org> | 2024-12-22 20:41:18 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2024-12-22 20:41:18 +1100 |
commit | 8b39b8fab7992f11666cae8f94f4b3b812349bda (patch) | |
tree | 2b74dbb27b25dcd9ba468e20454b9e6a250e0a71 /emacs/.emacs.d/init | |
parent | c997f63695502f1160524b2e76ea7358ad341bb1 (diff) |
[emacs] A function to upload current pdf to a digital paper device
Uses dpt-rp1
Diffstat (limited to 'emacs/.emacs.d/init')
-rw-r--r-- | emacs/.emacs.d/init/ycp-pdf.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-pdf.el b/emacs/.emacs.d/init/ycp-pdf.el index 95b73bd..9553f7a 100644 --- a/emacs/.emacs.d/init/ycp-pdf.el +++ b/emacs/.emacs.d/init/ycp-pdf.el @@ -55,6 +55,7 @@ "U" #'my-pdf-view-backward-node-lower-depth "." #'my-pdf-view-enlarge-a-bit "," #'my-pdf-view-shrink-a-bit + "Q" #'my-pdf-dptrp1-upload ) ) |