Closed TimotheeMathieu closed 1 year ago
Hi there. I don't use package.el, but here's a quick-and-dirty way to search for the things that get referenced. Some of these are shipped with Emacs; other things are in nursery/lisp
; anything else will need to be installed.
$ cd nursery/lisp
$ grep --extended-regexp --recursive --no-filename "\<require\s+'" . | awk -F "([')]|nil)" '{print $2}' | sort | uniq
async
cl-lib
consult
dash
f
ht
magit
magit-diff
magit-section
memoize
org
org-agenda
org-capture
org-clock
org-drill
org-roam
org-roam-dailies
org-roam-node
org-roam-review
org-roam-rewrite
org-tags-filter
org-transclusion
pcre2el
persist
plisty
s
seq
subr-x
thingatpt
ts
Closing due to inactivity, but I'm happy my ideas were interesting to you and you gave setting it up a try. :)
Hello,
this seems like a nice collection of tools but I did not manage to install it due to dependencies. When I try to install it, I have dependency problems upon dependency problem. When I solve one, I have one more.
Among other, it says async, ht, org-drill, org-filter-tags... are needed.
Could you provide a list of needed dependency and maybe some use-package lines in order to be able to install everything in one go ?
Thanks.