Prelude is an easy to use "all-in-one" Emacs distribution with many additional packages and its own core library. Extra functionalities are provided through modules, including C, Clojure, Common-Lisp, Erlang, among others.
Questions tagged [emacs-prelude]
47 questions
1
vote
2 answers
Triggering autocomplete in emacs-prelude
I installed emacs prelude in cygwin via the simple curl installation. I open a test.js file and try typing "document." to see autocomplete but nothing pops up. Admittedly I'm totally an emacs/prelude newbie, is there something else I should be…

Core
- 840
- 11
- 24
1
vote
1 answer
Customizing the Emacs Monokai Theme to have a more Sublime Text 2 look
I am using Emacs Prelude. I didn't find most of the custom themes comfortable. I really liked Sublime Text 2's Monokai theme, so I installed the Monokai theme ported for Emacs. Though it is more or less similar to Sublime Text 2's Monokai, there are…

user1955184
- 599
- 1
- 5
- 18
1
vote
0 answers
Emacs Prelude, Smartparens, and OsX
I'm using OSX 10.9, iTerm2, Emacs Prelude, and Clojure with all the modes that entails most relevantly, smartparens. Good so far.
The short version is: has anybody out there found a harmonious way to use all of this together with OSX Mission…

Gastove
- 896
- 2
- 10
- 21
1
vote
2 answers
Enabling Mode-Specific Paren Indentation in Emacs Prelude
So I've switched to Emacs Prelude, and like it; it comes with 95% of the stuff I want baked-in, and that's lovely. Only one thing I want to change: mode-specific indent between parens, a la autopair.el. For instance, if I'm writing Scala and…

Gastove
- 896
- 2
- 10
- 21
1
vote
1 answer
Change all `=` to `eq` for emacs
Recently, I often encounter errors like this:
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
I found that in some situations, the error is caused by expressions like this:
(= nil 4)
I'm not sure whether this…

Hanfei Sun
- 45,281
- 39
- 129
- 237
1
vote
2 answers
Projectile not working anymore. How can I reenable it?
When I start emacs now, prelude is no longer activated. This is my personal.el file:
(setq-default tab-width 4)
(setq tab-width 4)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up,…

Geo
- 93,257
- 117
- 344
- 520
0
votes
1 answer
Emacs Prelude `whitespace-empty-at-eob-regexp` allow single empty line
On saving a file, whitespace-cleanup does a nice job of cleaning up whitespace:
https://emacsredux.com/blog/2013/05/16/whitespace-cleanup/
However, I would like to be able to leave a blank line at the end of buffer, either globally or add a hook for…

William Grimes
- 675
- 2
- 11
- 29
0
votes
1 answer
Can't start Emacs with Prelude (Windows)
I successfully installed Emacs and Prelude on my Windows 10 machine. I had the following error during the setup that was fixed by adding Emacs to the path:
Emacs not found. Skipping byte-compilation.
While the above issue was resolved (see…

sitanosik
- 33
- 5
0
votes
1 answer
after M-x prelude-update I get error: Wrong type argument: stringp, 100
System: Linux Mint 20
Emacs version 26.3
I updated all packages with package-list-packages and then ran M-x prelude-update.
After restarting emacs with emacs --debug -init I get this error:
(Does anyone have an idea what this "100" is?)
Debugger…

belberg
- 3
- 1
0
votes
1 answer
Emacs Prelude: how to disable smartparens for perl files?
I am using current Emacs & Prelude on OS X, with almost zero custom configuration. When working on perl files, smartparens interfere with cperl-mode and pressing "{" inserts "{}}" ( https://github.com/bbatsov/prelude/issues/1062 ) . What is the…

BobK
- 860
- 6
- 12
0
votes
1 answer
How and where to change mouse button behaviour in a special mode
In Markdown mode with flyspell enabled, mouse-2 bound to mouse-yank-primary is also bound to flyspell-correct-word, the flyspell function that displays in a menu correction propositions. If the buffer is empty, the menu is displayed, if not, its…

mszmurlo
- 1,250
- 1
- 13
- 28
0
votes
2 answers
Removing emacs prelude package
I installed prelude with curl before realizing that the OSX version of emacs is too old for prelude. Now I can't find any documentation on how to remove it and I'm hesitant to just start deleting files in my emacs folder that have the word 'prelude'…

Austin
- 6,921
- 12
- 73
- 138
0
votes
2 answers
How to install emacs prelude on Windows
I tried following the docs exactly:
git clone git://github.com/bbatsov/prelude.git C:\emacs24.5\prelude
ln -s C:\emacs24.5\prelude C:\Users\blokeley\AppData\Roaming\.emacs.d
cd C:\Users\blokeley\AppData\Roaming\.emacs.d
Then I tried copying…

blokeley
- 6,726
- 9
- 53
- 75
0
votes
1 answer
Emacs Prelude - Electric indentation
I am trying to get electric indentation working in prelude.
In the .emacs.d/personal/personal.el file I have added the below
;;; package --- Summary
;;; adding indent for python and binding for python-django
;;; Code:
(electric-indent-mode +1)
;;;…

sayth
- 6,696
- 12
- 58
- 100
0
votes
1 answer
Fix Cygwin Emacs flycheck-mode errors finding /tmp and phpcs in win7 running xampp php
Issue with Errors
Have been using Emacs for a couple years. Recently decided to try the Prelude version (link to prelude). Install went smoothly (on Win7 with Cygwin), but have been unable to use php error checking for a couple days. I want to get…

Qoheleth-Tech
- 201
- 4
- 12