Fork me on GitHub
#emacs
<
2020-03-20
>
teodorlu08:03:09

Hey! Anyone here used doom-emacs for Clojure development? I'm curious to hear about your experience. https://github.com/hlissner/doom-emacs

teodorlu13:03:04

Cool. Have you been using it for long? I got started with Emacs in 2017, and tried a bunch of starter kits before finding Spacemacs. I've enjoyed Spacemacs a lot, especially the Org-mode config. Since then, I've come to prefer Org-mode for all kinds of information. Recently, I've become annoyed at the keyboard input latency using Spacemacs, which occationally spikes from okay-ish to bad. At the same time, I don't want to configure Emacs from scratch. From what I've read about Doom, it could be a nice fit.

teodorlu14:03:54

Interesting. Thanks for sharing. Looks like I'm giving it a shot!

teodorlu15:03:02

Yeah, setup was a breeze! I already have some symlinks for Spacemacs, a vanilla one and Purcell's.

teodorlu20:03:52

Thanks for the suggestions! I just had to wrap my head around the map! macro. I've gotten a few of my hand-wired Spacemacs shortcuts back by now. Starting to feel good 😎

sogaiu08:03:16

you'll probably want to talk with @deleted-user, but it may be some hours before he is around due to timezone issues.

💯 4
mkvlr09:03:45

is melpa down?

mkvlr09:03:54

> Error (use-package): Failed to install flycheck-clj-kondo: https://melpa.org/packages/flycheck-20200318.1319.tar: Not found

mkvlr09:03:58

or is it a problem with my new config? :thinking_face:

mkvlr10:03:19

ah, M-x package-refresh-contents to the rescue

plexus15:03:46

is there an opposite of clojure-align?

plexus15:03:28

I have a bad habit of aligning any map/let that my cursor touches, but not all my colleagues agree with that 🙂

bozhidar15:03:31

@plexus No, there’s not, but I guess it shouldn’t be hard to create something that strips the extra whitespace.