Skip to content

el-patch 2.2

Compare
Choose a tag to compare
@raxod502 raxod502 released this 14 Aug 19:38
· 61 commits to main since this release

New features

  • The new patch directive el-patch-concat may be used to modify string literals in a patch without repeating their contents twice (#14).
  • You may now define functions analogous to el-patch-defun for your own definition types using the new el-patch-deftype macro, which operates on the new user option el-patch-deftype-alist (#24).
  • el-patch now provides integration with use-package, controlled by the variable el-patch-enable-use-package-integration and the minor mode el-patch-use-package-mode. Two new keywords, :init/el-patch and :config/el-patch, are defined (#25).

Enhancements

  • When a definition is patched, el-patch now automatically appends a note to the end of the docstring indicating that a patch was made (#14).