-
I've tried everything. Is there a way to customize these keybindings in init.el? Could you provide an example? I am using use package. Thanks.
-
Hi,
It would be nice if `elfeed-org` would read Org properties on entries using `org-entry-get-with-inheritance` and assign selected properties to feeds' `meta` slot. I'm using this with some cust…
-
Hi:
I am wondering if there is a way to do something like defer with integer but for modes that load with hooks. The problem is that some "not urgent" modes (ex: lsp, flycheck) slows down (when not…
-
I can't get clack to do anything when passing `:server :fcgi :fd 0` to `CLACKUP`.It works when I do a bare call to `CL-FASTCGI::SERVER-ON-FD` with a random callback function, but when I go through cla…
-
When trying to use crux-start-or-switch-to with slime-connect function there is problem that slime-connect names its buffer according to the type of common lisp implementation that it connected to, so…
-
When on an empty line with no region active, `comment-dwim` would normally insert the comment prefix before point. But with a region active - selecting the empty line - it does nothing. This means tha…
-
I'm not sure if this belongs to `bibtex-utils` or should go straight to `bibtex.el`, but I couldn't find a way to ask this on the later (only solution seems to report bugs).
When I run `bibtex-clea…
-
Warning (emacs): Fail invoke git command
buffer: #
reason:(exited abnormally with code 255
FIND: Parameter format not correct
'tr' is not recognized as an internal or external command,
oper…
-
Not everyone uses company-mode for code completion. Another popular approach, I believe, is using `C-M-i` combination for getting a list of possible completions in another buffer. This approach works …
-
Is there global handling of ocaml exceptions raised from code (inside a defun) invoked
from emacs ?
I ask since my emacs crashes with
```
Fatal Error: executable program file not found
```
when…