Search Results

-3
votes

Is it worth investing time in learning to use emacs?

vi is modal (i.e. insert mode vs. command mode). Emacs is modeless (you type a letter, you get it on the screen. Every time). I think modelessness is more human, so I chose Emacs about 12 years …
15
votes

What’s in your .emacs?

My favorite snippet. The ultimate in Emacs eye candy: ;; real lisp hackers use the lambda character ;; courtesy of stefan monnier on c.l.l (defun sm-lambda-mode-hook () (font-loc …