Alex Bennée
Alex Bennée
I don't know if this is a repeat of #31 or something else but all seem broken now: https://travis-ci.org/vermiculus/emake.el-example/jobs/513504412
Sometimes passing all your state setup in the async elisp call can be painful, especially if the library is being used by another one (in my case ob-async for org-mode)....
I've been experimenting with using this as a wrapper for some org-mode babel lisp. However I'm adding a bunch of boiler plate to require libraries for the child emacs. I...
I can't quite follow the logic of github-review-submit-review but I can't see it calling either github-review-post-review-replies or github-review-post-review when I haven't added any additional comments and I just want to...
Could this be a bad git url? https://travis-ci.org/stsquad/my-emacs-stuff/jobs/18887321 My local git tree follows: git://git.savannah.gnu.org/emacs.git
I've been trying to get rls working with my Emacs's `lsp-mode`. Emacs keeps complaining that the server didn't start: LSP :: Restarting LSP in buffer main.rs LSP :: Connected to...
While trying to track down some random unexplained pauses I was pointed to savehist-mode. It seems a significant portion of the 13M of ~/.emacs.d/history was due to counsel-git-grep-history. Some numbers:...
I was looking at enhancing git-messenger to copy the commit for a given commit to the kill-ring if a certain key was pressed. It seems hard to do this with...
I'm finding a bunch of my queries are not updating because of escaping issues when calling (shell-command-to-string) with my default shell (fish). At a minimum it would probably make sense...
**Is your feature request related to a problem? Please describe.** Running bedrock-viz on my ARM server takes several hours on my current map because of the large amount of blank...