Gabriel Santos
Gabriel Santos
Regular (non Straight) user here. I was also having the same issue and using this branch fixed it for me. I compile Emacs from source so I'm on version 31...
> Hey sorry for the late reply. Do you want to display the undo tree in a childframe, or display the undo tree vertically? In a childframe.
Thank! I'll test it right away.
Ah, forgot to ask, to what function should I set `display-buffer-in-child-frame` to? I tried: ```emacs-lisp (add-to-list 'display-buffer-alist '(vundo-1 (display-buffer-in-child-frame))) ``` But that broke buffer display.
Thanks. I was going to report to you that it didn't work, then I noticed I actually had the stable version (`2.3.0`) installed for all this time. ```emacs-lisp (add-to-list 'display-buffer-alist...
I [packaged this program for Guix](https://github.com/gs-101/selected-guix-works/blob/fc8642da1752f6b6552dfab8610feacd3b249d67/selected-guix-works/packages/rust-apps.scm#L40-L70) but it seems that Guix can't search for binaries :/
> @gs-101 this https://unix.stackexchange.com/a/780421? Oh, nice! I was looking into only `guix package`...