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 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 with...
this: `(setq super-save-remote-files nil)` should be default. Emacs stalls when accessing remote files otherwise.
## Expected behavior After a fresh install of prelude I want emacs to open without errors. ## Actual behavior I get an error message while prelude is loading up that...
## Expected behavior No error during opening Emacs ## Actual behavior ``` Warning (initialization): An error occurred while loading ‘c:/Users/rofro/.config/emacs/init.el’: File error: Creating pipe, Too many open files To ensure...
**Is your feature request related to a problem? Please describe.** `prelude-mode` overrides the behavior of `C-a` among other bindings which makes vterm not work. The terminal never receives the key...
The documentation suggests to add .el files to `personal` which will be loaded. I have `no-easy-keys.el` in `personal/ folder` and added the following to `custom.el`: ``` (prelude-require-package 'no-easy-keys) ``` But,...
**Problem** Some customizables, like the recently introduced `prelude-minimalistic-ui`, need to be set pretty early during startup. Prelude stores custom variables in `personal/custom.el`, which is loaded after `core/prelude-ui`. As a result,...
I am running Prelude (emacs 27.2) on Arch Linux. It seems that when editing a file that looks like a bash script, something will automatically set +x on that file...
## Expected behavior errorless start ## Actual behavior when starting (with --debug-init) ``` Debugger entered--Lisp error: (void-variable it) (file-directory-p it) (and (file-directory-p it) (file-name-as-directory (expand-file-name "resources" (file-name-directory (or load-file-name (buffer-file-name))))))...
## Expected behavior When typing an open curly brace, it should automatically add the closing brace. ## Actual behavior It adds two closing braces. ## Steps to reproduce the problem...