aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2024-12-22 20:41:18 +1100
committerYuchen Pei <id@ypei.org>2024-12-22 20:41:18 +1100
commit8b39b8fab7992f11666cae8f94f4b3b812349bda (patch)
tree2b74dbb27b25dcd9ba468e20454b9e6a250e0a71 /emacs/.emacs.d/init
parentc997f63695502f1160524b2e76ea7358ad341bb1 (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.el1
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
)
)