Questions tagged [prelude]

Prelude is an enhanced Emacs configuration that should make your experience with Emacs both more pleasant and more powerful.

54 questions
18
votes
3 answers

How to start ediff-ing a file that has git conflict markers in it?

Following an attempted git merge on the commandline, my file now has standard conflict markers in it which emacs has helpfully reloaded (reverted?) in the buffer. How do I start some kind of merging mode to resolve the conflict? Can I get seperate…
daiboo
  • 181
  • 3
12
votes
1 answer

Wrap lines at 80 characters

I'm using emacs 25.1.1 with the prelude config. In Atom I used to have a setting that made my lines wrap at 80 characters (without cutting words) for better readability. I've searched on the web for something similar for emacs but I have not found…
José María
  • 273
  • 1
  • 2
  • 5
8
votes
1 answer

How to fix "Symbol's function definition is void: org-babel-get-header"

How do you trouble shoot this? (trying to run a sh block async) #+BEGIN_SRC sh /tmp/7.sh …
american-ninja-warrior
  • 3,773
  • 2
  • 21
  • 40
5
votes
3 answers

How do I turn off syntax coloring for lines that exceed the word-limit in prelude?

I'm using Prelude v 1.0.0. I want to turn off the syntax coloring when my lines exceed a certain word-limit. I don't know where that setting is set. Thanks! EDIT: I should be more precise. Prelude, by default, sets the color of the text from it's…
5
votes
2 answers

Help! Emacs empty my 1 year org file

I have used Emacs Org mode for my notes for several years, and I use Prelude configured with evil. Everything works fine. Until a few minutes ago, I found the note file is empty of content. and the file size change to 2 bytes. I try to undo but…
4
votes
2 answers

Fresh install of emacs 24.5.1 and Prelude not working because melpa wont download on OS X 10.11.2

I have a fresh install of Emacs 24.5.1 on OS X 10.11.2 and when I install prelude (https://github.com/bbatsov/prelude) via the recommended auto-magic way (curl -L https://git.io/epre | sh) then open emacs I get an error: Warning (initialization): An…
sbditto85
  • 143
  • 4
3
votes
1 answer

prelude-ivy: How to select and open multiple files

I have installed Ivy (along with Swiper and Counsel) as part of Prelude by doing a (require 'prelude-ivy) in my prelude-modules.el file. It seems to work, but I am not able to figure out how to do some basic things. In particular, I would like to…
Angelo
  • 271
  • 2
  • 9
3
votes
3 answers

How do I turn-off smartparens when using prelude?

I find smartparens awkward. It's easier for me to type the matching paren/quote than to arrow over or C-f over. I want to turn off smartparens everywhere. I'm using prelude though and I can see that prelude turns on smartparens for a variety of the…
3
votes
1 answer

Projectile: show project open buffers when switching project

I have a very large project and generally I work on multiple related projects simultaneously. While switching project I have to type full name everytime (multiple similar named files under different directories) to open a buffer which was already…
3
votes
1 answer

C-M-d not working on Emacs GUI OSX using Mac Command key as Meta

I'm using Emacs GUI on OSX and I've remapped Cmd key to meta by adding the following to a ~/.emacs.d/personal/misc.el file on prelude: (setq mac-command-modifier 'meta) Whereas C-M-u works as expected, C-M-d, when using Cmd as meta key, does…
Galder Zamarreño
  • 1,527
  • 2
  • 12
  • 21
3
votes
2 answers

TLS connection to Melpa.org hanging on prelude

I've enabled some new packages in bbatsov's prelude and when I restart the emacs daemon, it hangs endlessly starting up showing this: Prelude is powering up... Be patient, Master g! Loading personal configuration files in…
Galder Zamarreño
  • 1,527
  • 2
  • 12
  • 21
2
votes
1 answer

Enable whitespace-mode with Prelude in C++-mode

With a vanilla install of Prelude and with C++-mode as my major mode, M-x whitespace-mode no longer shows whitespace characters. I get a message indicating that I am toggling whitespace-mode on and off but no whitespace is shown. Has: M-x…
Praxeolitic
  • 387
  • 2
  • 9
2
votes
1 answer

How can I save eshell alias settings when using prelude?

Second day using Emacs. I've forked the Prelude GitHub project and I'm storing my settings in the personal folder as instructed in the documentation. I would like to be able to use my eshell aliases across machines with a git pull, but by…
Zamicol
  • 143
  • 6
2
votes
1 answer

Prelude: How to add smartparens key bindings to C-c prefix?

I am using Emacs with Prelude. When I hit C-c prefix in a clojure buffer, I would like to show a smartparens key bindings. Like in screenshot below I would like to to add entry for smartparens key bindings, just like C-c-, shows…
Imaxd
  • 123
  • 3
2
votes
3 answers

How to override projectile keybind for custom one?

I am currently using emacs out of prelude and with helm-projectile enabled in my setup. Recently I added helm-ls-git to my stack too and noticed that the function helm-browse-project is more interesting for me than the one I've been using…
Rigotti
  • 153
  • 6
1
2 3 4