fnussbaum
fnussbaum
I think it would be nice to address this in some way, and I have some work in progress on that.
> you are the one who wanted to move the whole project from the quelpa org to your space for no good reason. this would have broken quelpa for EVERY...
> I also have this issue. In my tests keys n o h l j p q t correctly call the cider debug menu, however, c e i s call...
This should be fixed as of https://github.com/syl20bnr/spacemacs/commit/2832ea8827820094296ff6adda3792848b731d2e.
I can try to get the layer into an acceptable state (see also https://github.com/syl20bnr/spacemacs/issues/16642), but I won't get to it until mid-February.
> I had pushed the changes with :commands Unfortunately this did not seem to fix the issue with my recipe above. I have pushed a small fix that should make...
I am a little bit confused, because when I first upgraded to Org 9.7 I got the same error: ``` Error in post-command-hook (org-appear--post-cmd): (wrong-type-argument number-or-marker-p nil) ``` However, it...
This is expected in a default installation, as the SPC o prefix is reserved for user-defined bindings. Have you tried to define a custom key binding under that prefix?
> However, the preview does not update automatically upon saving, the pdf does not recompile either. You could configure recompilation on saving with something like the following: ```elisp (add-hook 'LaTeX-mode-hook...
> commands like C-c C-p C-b (preview buffer), or C-c C-a (Tex-command-run-all). C-c C-v also work as expected BTW, those commands should also be bound under , p b, ,...