fnussbaum

Results 68 comments of fnussbaum

> First the preview buffer should be reverted whenever the file is changed, this is not happening at all Addressed by #16846. @smile13241324 > Also a new variable should be...

> The recommended fix https://github.com/org-roam/org-roam/issues/2361 seems to be to pin org mode to a specific versions From reading that issue it seems it should actually work with newer Org versions,...

> If it happens anyway then changing the layer is the right way to go. That is the most flexible way I think. One other way that I just used...

> I try to uninstall AUCtex package manually but it doesn't work Did uninstalling the package fail? Or did uninstalling and reinstalling not solve the problem? In the former case...

Sorry I don't have a really good idea, and I cannot reproduce the problem on my system. I would suggest to try deleting all `*.elc` files from the auctex folder...

> the auctex package did change the naming of most modes @smile13241324 AFAICT those changes have been mostly backwards-compatible through aliasing (in Emacs 28) and major mode remapping (in Emacs...

This sounds like the intended behaviour of the Spacemacs modeline in info buffers (though the mode-line-format should not change when viewing a specific page like "Getting Started"). The info modeline...

I cannot exactly reproduce this, but you could try increasing the value of `which-key-side-window-max-height` in case your font size is large compared to the height of the screen/window. By default...

I have noticed this too and am currently using the following workaround: ```elisp (defun fn/not-in-pdf-view-mode (orig-fun &rest args) (unless (eq major-mode 'pdf-view-mode) (apply orig-fun args))) ;; evil-refresh-cursor is called as...

Thanks, a profiler report could be helpful to diagnose the issue then; the profiler commands are bound under the SPC h P prefix.