(use-package elfeed)
(leader-key "w" elfeed)
Is it possible to combine the two in a simple way? I tried using :general
keyword in use-package ensuring that it loads after general, but it still does not work…
(use-package elfeed)
(leader-key "w" elfeed)
Is it possible to combine the two in a simple way? I tried using :general
keyword in use-package ensuring that it loads after general, but it still does not work…
You’ve asked for help with code but haven’t shown the code that you tried.