GPLv3

align-let.el

align-let.el lets Emacs align values in a Lisp or Scheme let or multi-variable setq form. For example

(let ((x   1)
      (foo 2)
      (zz  (blah)))
  ...)
or
(setq one-name 1
      two      2)

It's based on "sexp" parsing, so should work with most Lisp variants.

align-let.el is free software (free as in freedom), published under the terms of the GNU General Public License (v3 or up).

Download version 14,

The sig is a Gnu PG ascii armoured signature for align-let.el, generated from my key.


align-let.el has an EmacsWiki page.

el-get includes an align-let.rcp install recipe.


This page Copyright 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Kevin Ryde, except for the GPLv3 logo which is Copyright Free Software Foundation and used here in accordance with its terms.

(Back to the sitemap.)