EFLS / zetteldeft

A Zettelkasten system! Or rather, some functions on top of the emacs deft package.
https://efls.github.io/zetteldeft
GNU General Public License v3.0
394 stars 42 forks source link

Disable ID to clipboard #113

Closed iburunat closed 3 years ago

iburunat commented 3 years ago

My workflow is usually

  1. I copy some text outside Emacs
  2. I go to Emacs and do M-x zetteldeft-new-file
  3. I aim to paste the copied text (but instead I have the ID in the clipboard)

Is it possible to disable this? Thanks!

EFLS commented 3 years ago

Good suggestion! I'll look into it

iburunat commented 3 years ago

Thank you!

EFLS commented 3 years ago

This is now customizable with variable zetteldeft-new-filename-to-kill-ring (which is nil by default).

iburunat commented 3 years ago

Marvellous. Thank you.