branch: externals/do-at-point commit b63e279932a799e6177a644dc4a2dfc4d9d6f089 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Note inspirations in "Commentary" section --- do-at-point.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/do-at-point.el b/do-at-point.el index 25bad6f61e..ae6a5e4623 100644 --- a/do-at-point.el +++ b/do-at-point.el @@ -40,6 +40,8 @@ ;; use `do-at-point-local-actions' to add additional things and/or ;; actions. +;; Inspired by Embark and `isearch-forward-thing-at-point'. + ;;; Code: (eval-when-compile (require 'pcase))