Glenn Oberlander
Glenn Oberlander
``` Output written on stow.pdf (40 pages, 276021 bytes). Transcript written on stow.log. rm -rf doc/manual-split.new if /bin/sh /home/user/stow/automake/missing makeinfo --html -I . -I doc -I ./doc \ -o doc/manual-split.new...
I currently experience issue #4 as OP stated. And a per-buffer history seems fine. I am not sure I see the use case of a GHT. Please feel free to...
I am also having this issue. I tried to follow this example: https://emacs.stackexchange.com/questions/28835/setting-up-a-theme-using-use-package, but that didn't work. It seems either specific to gruvbox or use-package is handling gruvbox in a...
Is this still an issue? I ran into this just now. @azzamsa , did you figure out a solution? edit: To add, everything seems to work fine, but, I also...
Hi all, so after trying all the suggestions throughout this repo for this issue, I end up with, when booting up emacs: `Error (doom-first-buffer-hook): Error running hook "undo-fu-mode" because: (file-missing...
Looking at my install log again, seems like `emacs-undo-fu-session` gets built... So idk. ``` > Building fd-dired... > Building undo-fu-session... > Cloning browse-at-remote... - Checked out browse-at-remote: cef26f2c063f2473af42d0e126c8613fe2f709e4 > Building...
Since I am a bit of a noob, I didn't realize I could do this: ``` (package! undo-fu-session :recipe (:host github :repo "emacsmirror/undo-fu-session") :pin "") ``` and that worked. So,...
I get this same error after reinstalling my doom emacs today. Occured on clang and pyright/pylsp language servers. I don't think it has anything to with the LSP's. I have...
@yyoncho, thanks for quick reply. Unfortunately, I don't. I am using my work's emacs version. I could compile from source, but my remote station doesn't have the dependencies for emacs...
> @saltsucker FYI, I use straight.el to manage my package, it won't load package if you comment out the package you don't want to load. So I just comment out...