You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to leave the org layer out, since it pulls in a bunch of optional packages I don't need. Unfortunately, without it the major mode leader doesn't work in org mode.
spc ? , with org layer: , spacemacs-org-mode-map-prefix
without org layer: , evil-repeat-find-char-reverse
Maybe the solution is to split the org layer up a bit, with a minimal default to make org work nicely with evil mode, and then an org-extra layer with all the bling. Or, since org is built into Emacs, maybe the basic evil integration should be built into spacemacs?
The text was updated successfully, but these errors were encountered:
That seems reasonable, but since spacemacs documentation is all in org format, it's very hard to browse without the org layer. For example, pressing RET on a table of contents link doesn't follow it unless you have the org layer enabled.
I'd like to leave the org layer out, since it pulls in a bunch of optional packages I don't need. Unfortunately, without it the major mode leader doesn't work in org mode.
spc ? ,
with org layer:, spacemacs-org-mode-map-prefix
without org layer:
, evil-repeat-find-char-reverse
Maybe the solution is to split the org layer up a bit, with a minimal default to make org work nicely with evil mode, and then an
org-extra
layer with all the bling. Or, since org is built into Emacs, maybe the basic evil integration should be built into spacemacs?The text was updated successfully, but these errors were encountered: