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.
None of the super keybindings are being recognized by Emacs despite setting prelude-super-keybindings to t. I found that adding the following lines to prelude-windows.el (just below the modifier keys section)...
**Is your feature request related to a problem? Please describe.** In `vim` editor, there's some cursor navigation functions: [a] '. : Jump to last modification line. [b] `. : Jump...
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...
Rust-analyzer provides better experience than RLS when coding in Rust, however, I don't really clear how to make the change, any advice?
## Expected behavior `C--` is a global binding for providing a specific kind of prefix argument in Orgmode. ## Actual behavior Prelude just wipes that out: It was defined in...
The prelude-modules.el file must be copied from sample/ to personal/ and modifed there (not in the prelude root dir). The problem was mentioned also here, but the reason of the...
## Expected behavior Emacs can start successfully. ## Actual behavior I receive the below error message when starting Emacs 29.0.50. ```text Symbol's value as variable is void: kill-region ``` ##...
Such a test would be very useful on CI to prevent from silly mistakes like the one in #1279 creeping in. Basically we need to: * clone Prelude * start...
I shifted emacs 27.2 to emacs 28.1, but met the error "Process Python exited abnormally with code 49" when I pressed C-c C-p to call an interpreter, which goes well...
I don't know whether this is specifically a Prelude issue, but: in Emacs 27.x, the keys `shift-{up,down,left,right}` in org-mode are mapped to `org-shift{up,down,left,right}`. In 28.1 the same keys are bound...