prelude
prelude copied to clipboard
Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.
## Expected behavior Responsive typing when using `typescript-mode` and `lsp-mode` ## Actual behavior Frequent pauses up to 5 seconds ## Steps to reproduce the problem Open a typescript file 300...
Tramp mode to `/ssh:host:/root`, then `M-x term` open terminal mode window, then want to change to other window using key `C-c o`(the prefix changed to C-c in term mode instead...
## Expected behavior Usage of `C-u` as expected ## Actual behavior whenever I use the prefix argument C-u, I get the following error Error running timer ‘helm-M-x--notify-prefix-arg’: (wrong-type-argument window-live-p nil)....
Maybe it's a dump question, but seems flycheck report all the `prelude-` symbols for this error, is there a way to avoid this error being reported?
IMO (ha), moving .emacs is unnecessarily opinionated. I already use chemacs for managing multiple emacs installations. Given this and that prelude already provides for installing somewhere other than ~/.emacs.d, the...
Hey there, I have my own custom Emacs config that primarily untangles itself with a '~/.emacs.d/configuration.org' file that gets untangled to '~/.emacs.d/configuration.el' alongside an '~/.emacs.d/init.el' file. In that scenario, how...
## Expected behavior - installing with curl on osx creates personal directory with file prelude-modules.el as per this page: https://prelude.emacsredux.com/en/latest/installation/ - from the docs: "You'll need to adjust your prelude-modules.el...
I'm new to emacs. Is this normal? 
Related to #1372, it appears that `super-save` doesn't play nicely with LSP features in `rust-mode` either. My particular issue occurs when using autocomplete in rust. Typing "B" in the following...
Hello. I tryed install prelude-mode in emacs 26.1 and it's not working the out of box. Many packages in MELPA required emcas 27.1. I read "Pinning packages" from documentation, but...