Einar Largenius
Einar Largenius
Oh, what I mean is that they should be optional (is such a thing even possible in Emacs?). I don't need any of the packages I counted up above.
How could I define such a wrapper?
I have ran into the same issue. This gives the issue stated above: (use-package projectile :bind (:map leader-map ("p" . projectile-command-map))) And this code: (use-package projectile :bind-keymap (:map leader-map ("p"...