ahyatt / ekg

The emacs knowledge graph, app for notes and structured data.
GNU General Public License v3.0
230 stars 19 forks source link

Added ability to delete a note without a pompt #53

Closed cuprum closed 1 year ago

cuprum commented 1 year ago

Quick deletion a note using the universal argument: C-u d. The user can also assign a custom keybinding for quick deletion. For example, (define-key ekg-notes-mode-map (kbd "M-d") (lambda () (interactive) (ekg-notes-delete t)))

cuprum commented 1 year ago

I've updated PR.

ahyatt commented 1 year ago

Thank you for the contribution!