Description
I haven't read the whole doc yet, but just at the top, I see:
;; optional packages if you want to use :hydra, :el-get, :blackout,,,
(leaf hydra :ensure t)
(leaf el-get :ensure t)
(leaf blackout :ensure t)
Now, leaf being a system for using other packages, it's not clear to me what's special about these particular packages that I'd want to list them at this point in leaf initialization. I hope I'm making some sense. The comment could do something to clarify this point.
Description
I haven't read the whole doc yet, but just at the top, I see:
Now, leaf being a system for using other packages, it's not clear to me what's special about these particular packages that I'd want to list them at this point in leaf initialization. I hope I'm making some sense. The comment could do something to clarify this point.