trivial-indent
A very simple library to allow indentation hints for SWANK.
$ area51 add trivial-indentCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trivial-indent:some-function ...)