Fork me on GitHub
#emacs
<
2017-11-20
>
dpsutton03:11:28

holy smokes the code that makes company work is complex

chris14:11:59

me anytime I see how anything in emacs is implemented

solf15:11:50

I have a love-hate relationship with emacs

solf15:11:52

Started using it 8 years ago, at the same time I started programming. So it's basically all I've ever know. I've tried other editors/IDE (sublimime, atom, vscode, intellij), I always come back to emacs

solf15:11:19

But honestly sometimes I wonder if it's not because of Stockholm syndrome

ag16:11:40

no. unfortunately (or shall I say fortunately) there's simply no other editor/IDE like Emacs. Hackable, extensible and malleable. I hope someday soon it gets real browser and maybe graphics layer (so we can draw overlays). As long the keyboard input exists - Emacs will be used.

vemv20:11:40

+1 for the unfortunately! the day they match the Emacs offering I'll consider jumping. Till then I'm a reluctantly happy user of this single-threaded arcane lisp.

qqq17:11:50

anyone else finding (evil-indent [start of buffer] [end of buffer]) to be slow on files of > 1000 lines ?

ajs18:11:17

What is the advantage of evil indent over regular emacs indent-buffer, which I use in Clojure files

vemv19:11:40

cider-format-buffer being another alternative