Documentation

Commentary

Exemplify-Align aligns the arrowheads of Exemplify-ERT–like examples.

From:
  #s(hash-table test equal data (:a 1))         H==> (h* :a 1)
  (* 6 7)         => 42
  (concat "a" foo "b")  !!> void-variable

To:
  #s(hash-table test equal data (:a 1)) H==> (h* :a 1)
  (* 6 7)                                 => 42
  (concat "a" foo "b")                   !!> void-variable

(As for *creating* these examples in the first place, you may find that
easier with the package Exemplify-Eval.)

For all the details, please do see the README

Open it easily with:
  (find-file-read-only "README.org")   <--- C-x C-e here¹

or from any buffer:
  M-x exemplify-align-see-readme

or read it online:
  <https://flandrew.srht.site/listful/sw-emacs-exemplify-align.html>

¹ or the key that ‘eval-last-sexp’ is bound to, if not C-x C-e.

Requires

Dependencies

Consumers

Reverse Dependencies

No reverse dependencies recorded.