branch: externals/do-at-point commit da0742df74cbb36347aefd5dcb17d674ee4846d3 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Bump version to 0.1.2 --- do-at-point.el | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/do-at-point.el b/do-at-point.el index 8ccc0cdcab..3b4d325fb7 100644 --- a/do-at-point.el +++ b/do-at-point.el @@ -5,7 +5,7 @@ ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Maintainer: Philip Kaludercic <~pkal/public-in...@lists.sr.ht> ;; URL: https://git.sr.ht/~pkal/do-at-point -;; Version: 0.1.1 +;; Version: 0.1.2 ;; Package-Requires: ((emacs "26.1")) ;; Keywords: convenience @@ -42,6 +42,22 @@ ;; Inspired by Embark and `isearch-forward-thing-at-point'. +;;; News: + +;;;; Version 0.1.2 + +;; - New general actions: "delete-region" and "yank-and-swap". +;; +;; - New hook `do-at-point-mode-hook'. +;; +;; - New minor mode `do-at-point-persist-mode', bound to M-<return> by +;; default. If enabled, it disables the disactivation of selections +;; after an action. To enable it by default, evaluate +;; +;; (add-hook 'do-at-point-hook #'do-at-point-persist-mode) +;; +;; - Allow customising the quick-confirm key (by Visuwesh). + ;;; Code: (eval-when-compile (require 'pcase))