bbatsov / emacs-lisp-style-guide

A community-driven Emacs Lisp style guide
1.08k stars 53 forks source link

Add a section on lambda's. #18

Closed Malabarba closed 10 years ago

Malabarba commented 10 years ago

Dissuade their use when named function is better. Prohibit quoting. Move existant lambda information into section.

This will conflict with #12 . I'll rebase locally if #12 is merged here.

Malabarba commented 10 years ago

Also this implements #14.

bbatsov commented 10 years ago

:+1: LGTM