Seriously now, is it a meme?

Seriously now, is it a meme?

Other urls found in this thread:

lars.ingebrigtsen.no/2016/06/28/emacs-can-haz-fancy-meme/
youtube.com/channel/UCxkMDXQ5qzYOgXPRnOBrp1w/videos
github.com/ranmocy/amelie-theme
twitter.com/SFWRedditGifs

yes, use vim

No, the macros are very powerful if you know what you are doing.

Explain

well you can customize it however you want and once you learn it you can use it for literally everything

is the the second coming of jesus like some people claim?
no not really, the only reason to use emacs instead of a simpler gui editor is if you want to use it for programming IMO

No

emacs is powerful if you use lisp, otherwise it's no better than other editors and in many ways it is worse. vi/m is more likely to be installed and is faster for short work.

I use it every day. Must be one funny meme.

It's the meme maker.

lars.ingebrigtsen.no/2016/06/28/emacs-can-haz-fancy-meme/

Best meme I've ever fallen for.

Only lisp?
Isn't it also great for other languages it supports?

Historically, emacs and vim existed because all other editors focused on looks instead of providing features.
Having a text based interface is also great if you are working over the network.
Especially editors such as ed is great when you can't afford much network traffic.

But for people who only started to use text editors the past decade might use something else.
Eg. If you were raised with word for typing documents, you are using emacs style hotkeys, but different ones.
Giving up that indoctrination is hard.
I personally use Kate for most of my writing and find it the most enjoyable text editor.
It has the features I want and I can easily add more.
Kate is not ideal for everything.
I also use an IDE to read code (easier navigation as it is context based)
And I use vim for the terminal.
And I use vim because the majority uses this.
I don't use all features of vim and I certainly dont use it as well as I use Kate, even though I spent a lot of time to learn vim and almost no time to learn Kate.
I have seen people who live in emacs and that's great. But I don't think it is because of any technical advantage.

once youve spent a month learning everything about it im sure you might like it. but it is bloated, i mean a fucking music player? a web browser? i think i recall it being 400 megabytes in size for what could just be a text editor with retarded hotkeys. guess how you move around the page? hjkl(no not a vi fag it just makes a lot more sense, could be better though if it wasn't 1 key to the left of natural position)? arrow keys(you could actually)? no, CTRL+f,b,p,n. thats all over the keyboard and serves no function other than to allow it be an abreviation for what it does (forward, back, previous, next). its already failed at that point but if you took the time to learn even more you will find that it is even more retarded later on and you would probably get more work done using a simple editor like mousepad

>Could not learn emacs, could not see the face of true god.
>Desire to bashing emacs intensifies

Anything liked by more than 10 people are automatically memes.

What's a good book/guide to learning emacs including installing packages and ricing.

there's a builtin tutorial

i'm talking about macros, not syntax highlighting and auto-completion. vim has autocmds which are similar to emacs lisp style macros.

The default emacs installs are only 40 megabytes and I'm sure it's significantly smaller if you complied the source code since it comes with a lot of extensions out of the box.

Why don't you use atom?

youtube.com/channel/UCxkMDXQ5qzYOgXPRnOBrp1w/videos

check the last 9 videos

It's shit

I really wanted to like atom, but it's painfully slow

I want to install this but I don't get the instructions emacs noob github.com/ranmocy/amelie-theme

Do I just add '(:name amelie-theme
:type git
:url "git://github.com/ranmocy/amelie-theme.git"
:after (lambda ()
(add-to-list 'custom-theme-load-path
(expand-file-name "amelie-theme" (file-name-as-directory el-get-dir))))) to my ~/.emacs file?

Is emacs worth learning if you don't give a little fuck at all about customization and don't plan on taking the time to tailor it to what you want? I mean, is it good to use out of the box? I have heard that vim is not useful at all out of the box...

Might as well just use mg at that point

I'm gonna try Atom. At least it's open source.