-
https://github.com/meedstrom/org-node/blob/3241743c4b3d0c69968b301e62cb0602932297da/org-node.el#L1026
Seems to work fine on Linux,
but not on the Windows build of emacs where echo is not in the PA…
-
# Issue type
- Question
# Environment
Emacs version: `GNU Emacs 29.4 (build 3, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.0, Xaw3d scroll \
bars) of 2024-10-07
`
Operating Sy…
-
Hi,
I've been looking for appimages of emacs for sometime now for my work computer and recently installed [one](https://github.com/blahgeek/emacs-appimage) but it looks like it's way too bleeding e…
-
## Expected behavior
In Clojure mode I can wrap `foobar?` with parentheses with `sp-wrap-round`, getting `(foobar?)`.
## Actual behavior
I get `(foobar)?`.
## Steps to reproduce the proble…
-
I am having a hard time getting emacs installed with Treemacs as an IDE for Clojure coding. Whatever I try Treemacs does not show, only an empty buffer is visible.
Please let me know what else I c…
-
`M-x gptel-send` when mark is active in a code buffer should adhere to the Emacs DWIM principle, meaning it should output the response into another buffer instead of the current behavior that outputs …
-
Since this commit in emacs: `6b7ff60a5e71c161a064e27509fe4fb95cf74ddd` (I usually use master branch) I'm not able to use `(completion-at-point)` when `ivy-mode` is enabled . Completion works fine but …
chep updated
2 months ago
-
Hello,
I just installed this package on Emacs 29.4. I tried creating a graphics device with `(require 'essgd)` and then `M-x essgd-start`. That triggered the following message appearing the `*Messa…
-
I have this config in doom emacs
```elisp
(setq-default gptel-model 'm-gpt-4o-mini-18072024)
(setq gptel-backend (gptel-make-azure "Azure-1-GPT-4o-mini"
:protocol "https"
…
-
[Feature request] Maybe a good default starting point would be to just toggle or invert the default faces with `M-x invert-face RET default RET` to swap the default colours. Instead of setting `wombat…