branch: externals/do-at-point
commit ffa78a0a5424a1a767a739b65e4c866d8c2b68b3
Author: Philip Kaludercic <philip.kaluder...@fau.de>
Commit: Philip Kaludercic <philip.kaluder...@fau.de>

    Add 'ispell-region' to region actions
---
 do-at-point.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/do-at-point.el b/do-at-point.el
index 892b77e9d1..2745e1ff55 100644
--- a/do-at-point.el
+++ b/do-at-point.el
@@ -5,7 +5,7 @@
 ;; Author: Philip Kaludercic <phil...@posteo.net>
 ;; Maintainer: Philip Kaludercic <phil...@posteo.net>
 ;; URL: https://wwwcip.cs.fau.de/~oj14ozun/src+etc/do-at-point.el
-;; Version: $Id: do-at-point.el,v 1.1 2023/07/16 09:56:22 oj14ozun Exp 
oj14ozun $
+;; Version: $Id: do-at-point.el,v 1.2 2023/07/16 11:33:48 oj14ozun Exp 
oj14ozun $
 ;; Package-Version: 1
 ;; Package-Requires: ((emacs "26.1"))
 ;; Keywords: convenience
@@ -70,6 +70,7 @@
      (?w "Kill-Save" ,#'kill-new)
      (?k "Kill" ,#'kill-region)
      (?n "Narrow" ,#'narrow-to-region)
+     (?$ "Spell check" ,#'ispell-region)
      (?| "Pipe command"
         ,(lambda (beg end)
            (let ((cmd (read-shell-command "Command: ")))

Reply via email to