Fork me on GitHub
#spacemacs
<
2016-06-08
>
bojan.matic12:06:16

which i why i eventually stopped using spacemacs and emacs altogheter

bojan.matic12:06:28

i think emacs has the most unstable packages out of any editor

kasuko13:06:35

@bojan.matic: I mean my issue is because I am being forced to use old versions of software against my will and nothing good happens from that regardless of what you use. If I just upversion to the latest version of leinigen then everything works fine, so it’s not really a mark against spacemacs or emacs.

bojan.matic13:06:05

i was just commenting on the issue of pinned package dependencies

bojan.matic13:06:19

> This leaves us with the fun situation where Spacemacs stability is a function of todays date.

bojan.matic13:06:36

this is a sad affair, that isn’t at all helped by the fact that the packages seem to break at random intervals

bojan.matic13:06:53

that is one of the reasons why i ultimately abandoned emacs as my editor, some years ago

ag18:06:27

@bojan.matic: > i think emacs has the most unstable packages out of any editor Sublime, Atom, VS Code and even IntelliJ’s plugins aren’t less buggy. Average number of packages any Emacs user uses anytime is usually a lot bigger than number of plugins utilized in any other editor. Given the fact that it’s almost 100% open sourced software we’re talking about you should be surprised that it works at all and people have used Emacs for decades and I bet it will survive another 50 years

bojan.matic18:06:14

that doesnt help me when my editor breaks if i install it on tuesday on a new machine

bojan.matic18:06:52

i’m mostly using atom now, and I update packages all the time, with no breakage

bojan.matic18:06:12

maybe i was just unlucky, maybe i was doing some things wrong, but that’s the general impression i got

jasonjckn19:06:05

when I type "ui/" in my clojure file I automatically get a namespace required

jasonjckn19:06:08

any way to disable this?

jasonjckn19:06:02

found it cljr-magic-requires

mahinshaw20:06:02

@jasonjckn: I have this to overide that mapping: (with-eval-after-load 'clj-refactor (define-key clj-refactor-map "/" nil) (evil-define-key 'insert clj-refactor-map (kbd "s-/") 'cljr-slash))

rcanepa22:06:56

I am struggling with trying to expand an expression (hash map) in the Inspector (cider-inspect)… does anyone knows what keys do I have to press in order to expand it?…

rcanepa22:06:31

I would like to expand those “…”.

ag22:06:18

zo doesn’t?

mahinshaw22:06:03

I don’t remember if spacemacs overloads those

rcanepa22:06:19

According to spacemacs docs, I should be able to inspect an expression with RET

rcanepa22:06:34

But, it doesn’t work… maybe I am doing something wrong

mahinshaw23:06:37

If I put the cursor on top of the item it navigates

mahinshaw23:06:20

nvm, I just get nil when I navigate down