Fork me on GitHub
#emacs2015-08-19
>
joelkuiper09:08:23

For those interested in giving Evil a try without Spacemacs … take a look at my dotfiles 😉 https://github.com/joelkuiper/dotfiles/blob/master/emacs

magnars12:08:37

Hello folks :)

sdegutis14:08:17

Go Emacs! amirite?

rory16:08:17

Hmmm. Just updated to latest CIDER 0.10 snapshot and now I'm getting

Symbol's function definition is void: clojure-project-dir
when I try to jack-in from within a project's root directory (say, have project.clj or a source file open)

rory16:08:27

anyone seen this recently?

rory16:08:06

I guess I should ask @bozhidar ? 😉

sdegutis17:08:29

Gonna upgrade clojure-mode for the first time in 3 years, wish me luck!

sdegutis18:08:07

Anyone here ditched paredit in favor of smartparents?

sdegutis18:08:44

The first paragraph on its page https://github.com/Fuco1/smartparens makes some bold claims about how it supersedes paredit and a few others.

crisptrutski18:08:42

does anyone in here use an atreus with emacs? i’m just getting going with this little guy

crisptrutski18:08:20

finding the C-n C-p (and esp. the paredit cousins) quite uncomfortable, wondering what other bindings people have come up with

crisptrutski18:08:42

and heard that smartparens is easier to rebind, so sort’ve joining @sdegutis query path

sdegutis18:08:22

@crisptrutski: I used to, I bought the first pre-assembled atreus, but it broke and I don't know how to fix it

sdegutis18:08:38

maybe i should sell it on ebay

sdegutis18:08:43

or mail it back to phil

crisptrutski18:08:58

i’m sure you could send him pictures and he’d give you good instructions to fix simple_smile

sdegutis18:08:03

I think it's just a circuit needs resoldering but I ain't got no time to figure that stuff out.

crisptrutski18:08:44

this was my first time soldering, found it really relaxing 🌴

crisptrutski18:08:55

although guessing it’s less fun without a pcb

sdegutis18:08:19

I got into bookbinding instead but don't tell phil cuz I gonna make him a secret book as a thanks for this atreus

crisptrutski18:08:41

did you use it with emacs though? find hovering on “n” and “p” really painful (maybe i shouldn’t hover when in “navigation mode” though)

crisptrutski18:08:52

maybe i need to lose my vim ticks or just swallow evil

sdegutis18:08:40

used it for like 2 days or so then it broke

crisptrutski18:08:58

i had 1 bad diode on mine, took 2s to fix

sdegutis18:08:00

makes me really really sad every time i remember about it. i should probably avoid channels that could remind me of atreuses.

crisptrutski18:08:31

wow, that escalated quickly 🏃

plexus18:08:25

now I remember why I never got onto smartparens

plexus18:08:52

my glob you can read a book and still don't know how to slurp the next sexp

plexus19:08:39

anyone know how I can just make it slurp/barf on M-right/M-left? That's really 99% of what I need it for

plexus19:08:34

so, with | being the cursor: (foo |) (bar) ; M-right ==> (foo (bar))

plexus19:08:10

ok so seems what I want is M-x customize-group smartparens, then tell it to use paredit bindings

bozhidar20:08:13

@rory: this function is in clojure-mode; you’ll have to update it

bozhidar20:08:26

generally it’s always a good idea to update cider and clojure-mode together

bozhidar20:08:41

as from time to time I make changes which involve them both