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
0
votes
2 answers
How do you switch between files when using prelude's projectile?
Imagine you have these files in your project:
a/b/first.png
a/first.png
If I trigger projectile with C-c p f and write first.png, and I write first.png , it will show me both files. Is there a way to select the next file?
Example:
In the image…

Geo
- 93,257
- 117
- 344
- 520
0
votes
1 answer
Emacs Prelude - Enable Python Indentation
Having installed emacs24 on ubuntu and preude via curl. I wanted to enable python support so I created sayth.el in the personal directory and added (require 'prelude-python)
After restarting though I still don't have any python support and no…

sayth
- 6,696
- 12
- 58
- 100