Kungsgeten / org-brain

Org-mode wiki + concept-mapping
MIT License
1.72k stars 102 forks source link

Split to each packages (ivy, helm and polymode) #386

Open hwiorn opened 1 year ago

hwiorn commented 1 year ago

Split org-brain.el to org-brain-ivy.el, org-brain-helm.el and org-brain-polymode.el for removing with-eval-after-load clauses.

Fix #384

hwiorn commented 1 year ago

@Kungsgeten I'm sorry to bother you of previous mistake. Could you check this PR?

Kungsgeten commented 1 year ago

Hi! Unfortunately I don't have much time to spend on my Emacs packages at the moment. I've looked at your PR and noticed that there were some documentation that I'd want to change (like the comments at the top of the file, and I think you're using a non-standard version of use-package in the README). I'm grateful for the PR though, and hope I'll be able to look into it further next week.

hwiorn commented 1 year ago

and I think you're using a non-standard version of use-package in the README

You are Right. I forgot to remove the exclamation mark. I use use-package wrapper which of doomemacs.