Results 51 comments of bmag

You can also use `spacemacs-evil-cursors`, which changes evil cursors when you change the theme. Do you know of any theme that actuaclly changes the evil cursors?

Packages can require a minimum Emacs version to work, and when the installed version of Emacs isn't new enough, you get the "emacs-XXX is unavailable" message. That's what happens here...

@emrainey which packages caused the error? In the original post there's this line: > An error occurred while installing magit (error: (error Package `emacs-25.1' is unavailable)) You should have similar...

I can confirm that if I open Eshell via `SPC a s e` (`spacemacs/shell-pop-eshell`) then the history isn't saved when exiting the shell. However, if I open the shell via...

Perhaps this should be a feature request for [shell-pop](https://github.com/kyagi/shell-pop-el)? I have some idea how to make perspective-local features, although I didn't get to test that idea in the wild.

Below is what I get when I invoke `ranger` (via `SPC a r`). Isn't this how it's supposed to be? ![image](https://cloud.githubusercontent.com/assets/4334375/24014391/733498d0-0a8d-11e7-8232-3220a2d327f1.png) Anyway, if it's indeed an integration issue between window-purpose...

> I actually don't reproduce 100% of the time It could depend on what buffers are visible when you call ranger and also depend on how you invoke ranger, so...

@nschum I'm interested to become the maintainer. I sent you an email and am waiting for your reply.

In light of @deb0ch's promising fork, I retract my offer.

I have also encountered this bug. However, it's not only with `yas-hippie-try-expand`, but happens also with `try-expand-list` and `try-expand-line`. To reproduce: - 1. start emacs: `emacs -Q -L /path/to/dash/directory -L...