-
## Expected behavior
Helm to load normally
## Actual behavior (from `emacs-helm.sh` if possible, see note above)
Compile errors from reinstalling via package.el.
```
Compiling file c:/U…
-
Was updating my packages and discovered this error in dap-mode.
```
Debugger entered--Lisp error: (void-function make-treemacs-theme)
make-treemacs-theme(:name "Default" :path "/home/jorge/.ema…
-
````
% pandoc -t org
```
hi
```
^D
#+BEGIN_EXAMPLE
hi
#+END_EXAMPLE
````
As far as I can see, the indentation here is completely unnecessary, and we could just emit
```
#+BEGIN_EXAMPLE…
-
See title. I suspect this is an oversight as base game soldiers had one less max rank/level than in LWOTC, so AP progression on MSGT was neglected. This means, for example, that an average comint MSGT…
-
Steps to reproduce:
0. I'm using emacs28, ivy, counsel + flx
1. Start tetris and kill the buffer or (require 'tetris)
2. counsel-M-x ^tet
3. 6th item is chosen
![image](https://user-images.gi…
vitek updated
3 years ago
-
Using emacs 28 in the master branch I get this warnings that maybe should be fixed in order to keep the order up to date. As the new native compiler is a bit more strict with the checks.
```
Warni…
Ergus updated
3 years ago
-
As suggested by acarrico on `#racket`. On each `racket-run`, clear the `*Racket REPL*` buffer of old output. (In that case, perhaps do `(banner)` to show Racket version info each time, like DrRacket…
-
After a while, the logs from projectile-rails-server buffer starts to make emacs slow. A hack that i made on doom is:
https://github.com/hlissner/doom-emacs/pull/4261 but it doen't work on old ver…
-
**What did you expect to happen?**
Running `pdf-tools-install` builds the necessary pdf tools properly.
**What actually happened?**
The build fails with an error.
**Additional details:**
…
-
**Summary**
In shell and eshell, an extra space is added to a tab-completion after the first time the ivy dialog has popped.
**System information**
- Emacs 27.1
- Ivy 20210404.1241
- bash 5.1…