nicferrier / emacs-noflet

noflet - nic's overriding flet, for fleting functions for the purpose of decorating them
72 stars 17 forks source link

flet/let like indentation #4

Closed bbatsov closed 10 years ago

bbatsov commented 11 years ago

I think it'd great to instruct Emacs to indent noflet forms the same way it indents let/flet.

(declare (indent 1) (debug noflet))
nicferrier commented 11 years ago

It indents as the extended 'cl definitions for flet, which are nicest imo.

To get that to work you have to have lisp-indent-function setqd to 'common-lisp-indent-function

I'm not sure how to make that better.