Files
emacs-doom/config.el
Daneel 312b6f0eab macos: clipboard image paste via cmd+v (pngpaste)
my/smart-paste bound to s-v (cmd+v) in org-mode and markdown-mode:
- clipboard has image → my/paste-image-from-clipboard
- clipboard has text  → normal yank

my/paste-image-from-clipboard:
- saves to attachments/ relative to current file
- filename: image-YYYYMMDD-HHMMSS.png
- org-mode:      [[./attachments/image-....png]]
- markdown-mode: ![filename](./attachments/image-....png)
- creates attachments/ dir if missing

Requires: brew install pngpaste
2026-02-23 14:07:21 +01:00

38 KiB