-
Hello,
I have this function overwritten for a several months and haven't encountered syncing problems from so I would like to have your idea if I should make a PR. Basically we create only UID for…
-
cssh.el is a bit heavy to load multiple libraries at start:
(require 'dired)
(require 'ibuffer)
(require 'term)
(require 'tramp)
(require 'cl)
(require 'shell)
Please delay loading of these features…
-
I had a problem loading cl-libuv from Quicklisp on Windows because the default installation location for the development package sits in C:/Program Files/libuv, which broke the grovel compilation.
Th…
-
Using `with-timeout` on Lispworks I encounter strange behaviour when calling a code which signals an error.
From this simple code I expect it return NIL, but it shows debugger window instead:
``…
-
I wrote this function to be able to jump to gmail from a given email in gnus. if you are interested, i can create a pull request
(defun dmg-gmail-goto-message-id ()
(interactive)
(save-ex…
-
Currently I use vterm when available like this
```
(when (package-installed-p 'vterm)
(setq docker-run-async-with-buffer-function #'docker-run-async-with-buffer-vterm))
```
Is there a…
-
Hello,
org-ol-tree has a great feature prefix to narrow to buffer. But when you save or open the org-ol-tree in narrow state, it throws an error (treemacs related). It should probably widen on refr…
-
I use `emacs --daemon`, and frequently get queries about why "I've been playing Emacs for two days".
When I'm not actively editing a file, Discord shows me as editing the scratchpad.
Hence, I'd like…
-
This is my second time giving [howm](https://github.com/kaorahi/howm) a try, and I remember why I gave up the first time. Its keybindings clash with [evil](https://github.com/emacs-evil/evil). I won…
-
I'm using Spacemacs, and make heavy use of perspective, but if I have multiple layouts, and do commit with magit in one of them, trying to switch buffers with `helm-mini` will fail with an error. See …