Fork me on GitHub
#spacemacs
<
2018-07-03
>
clojer11:07:47

After a recent packages update I’m now getting this error: File mode specification error: (wrong-type-argument stringp package-desc) when opening a Clojure file.

andre.stylianos11:07:54

did you also update emacs?

clojer11:07:41

Latest Emacs but that was well before the packages update.

clojer11:07:14

It seems to be specific to Clojure files. I just opened a Python and Ruby file where there was no error.

clojer11:07:54

Same error with Clojurescript files.

kirill.salykin13:07:43

Hi all, I am trying to use evil-cleverparens, but looks like it is not available under develop branch

kirill.salykin13:07:51

anyone know anything about it?

practicalli-johnny20:07:39

evil-cleverparens makes sure I dont delete parens when doing dd and other vim stuff...

practicalli-johnny20:07:29

it also reformats the structure of the code, so if you delete a line in the middle of an expression, and the remaining part of the expression is joined up with the first part.