-
Notifications
You must be signed in to change notification settings - Fork 8
add to melpa #11
Comments
@justinabrahms maybe something like this will be helpful? (use-package delve
:straight (:repo "publicimageltd/delve"
:host github
:type git)
:bind
;; the main entry point, offering a list of all stored collections
;; and of all open Delve buffers:
(("<f12>" . delve))
:config
;; set meaningful tag names for the dashboard query
(setq delve-dashboard-tags '("tag1" "tag2"))
;; turn on delve-minor-mode when org roam file is opened:
(delve-global-minor-mode)) |
Thanks, @dmitrym0 but I don't actually have straight setup. It's okay if you don't close it, but this is an "I'd love to see this on melpa" request. :) |
thanks for asking! I don't feel that the package is ripe yet. There are some changes in the background waiting, and I wanted to get rid of that stupid restriction to a "storage directory" before I would publish it. Because once it's out in the wild, all users would then have storage files in this directory with a wrong suffiix (it's So in short: Thanks for encouraging me, and yes, I will do that, but I want minimally to change the way Delve buffers are stored. Which might however take some time, because I have no time currently to dig even into these trivial things. I'll leave that issue open, as a reminder. |
I'd love to use this. Manually installing packages is a drag, though. Would you mind uploading this to melpa? Any reason not to?
The text was updated successfully, but these errors were encountered: