-
## Expected behavior
Normal display of `which-key` popup when connecting with `emacsclient -c` to a server started with `emacs --daemon`.
## Actual behavior
The `which-key` popup has an issue…
-
Support a `/personal` directory to store user configuration.
This is similar to what `bbatsov/prelude` does. This allows `nano-emacs` to be used as a first-class Emacs distribution, rather than an…
mrzor updated
3 years ago
-
Dear PVS developpers,
While trying to install the latest version (or any recent snapshot), I have an error when running `./install-sh` : `!!! Something went wrong - see the end of byte-compile.log`
…
-
I'm going through the standard "new contributor tries to make himself useful" steps and (predictably) picked out the documentation as an area in which I can make progress toward that goal. There are …
-
I'm using cperl-mode 6.2 with GNU Emacs 24.5.1 (x86_64-apple-darwin15.0.0, NS apple-appkit-1404.11), using prelude starter kit.
A constant block like this:
```
use constant {
ONE => 1,
TWO => 2
…
ldeck updated
6 years ago
-
Marcin, first of all thanks for this great example to run `Spock` with `GHCJS` `0.7.10.x` and `8.0.x` Also big kudos for your work of patching `GHCJS` in regular basis to build it with `Stack`!
May …
-
When I attempt to apply one of the themes, it just gets applied around the border of the buffer and the emacs-live cyberpunk theme still controls the rest. Is there something that needs to be updated …
-
Please see issue https://github.com/clojure-emacs/cider/issues/1091
After testing in isolation it looks like this behaviour was introduced between `1.0-BETA-24` and `1.0-BETA25`.
When using the eval…
-
It would be super nice to be able to have personal configuration on external directories, for example:
```
~/.prelude/
~/.config/prelude/
```
Is that possible today or is it planned for…
-
I have tried:
```
(("default" . ((user-emacs-directory . "~/.emacs.d.doom")))
("spacemacs" . ((user-emacs-directory . "~/.emacs.d.spc")
(server-name . spcserver)
…