-
**Describe the bug**
Running two frames, A(start frame) and B.
Frame A is a normal Emacs GUI. Frame B is `emacsclient -t` , i.e. from terminal, with scratch buffer opened.
Upon receiving new ema…
-
Hi
I'm running emacs 29 from ubuntu snap.
when trying to run `emacs-jupyter`'s `jupyter-run-repl` I get
> Launching python3 kernel...
> Starting python3 kernel process...done
> Launching pytho…
-
**steps to reproduce**
1. open emacs and new a buffer
2. input
```
[
blabla
]
```
3. put cursor on `[`
4. type `c s [ (`
**the text becomes**
```
( blabla )
```
**but**
```
…
Zenoe updated
4 weeks ago
-
Nightly builds from the `master` branch of Emacs aren't always stable.
Hence I maintain this list of nightly builds which I have personally used for at
least 1-2 days with my personal [config][1] …
-
Depending on the terminal color scheme, the syntax highlighting can be either wonderful, or entirely illegible.
The color theme should be configurable by the user. [Rich.Syntax](https://rich.readth…
-
The autoloads in projection currently gives me the following compiler warnings whenever I (un-)install a package:
```
package-quickstart.el:4250:87: Warning: reference to free variable
‘project…
-
Here is my use-package declaration:
```lisp
(use-package spookfox
:ensure (spookfox :host github :repo "bitspook/spookfox" :files ("lisp/*.el" "lisp/apps/*.el"))
:config
(require 'spookfo…
-
# Summary
Python 3.12 has [removed distutils](https://docs.python.org/3/whatsnew/3.12.html) Therefore the rpc initialization script fails.
# Steps to reproduce
# My configuration
## OS
Ma…
-
**Describe the bug**
When running good-scroll-mode together with display-line-numbers-mode, the CPU usage goes up to ~10% to 15% on my 2.6GHz CPU using Emacs 28.1 with native-comp. The window wit…
bk138 updated
15 hours ago
-
### I confirm that...
- [x] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), […