emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/do-at-point ffa78a0a54 03/44: Add 'ispell-region' to re


From: ELPA Syncer
Subject: [elpa] externals/do-at-point ffa78a0a54 03/44: Add 'ispell-region' to region actions
Date: Fri, 25 Aug 2023 18:57:46 -0400 (EDT)

branch: externals/do-at-point
commit ffa78a0a5424a1a767a739b65e4c866d8c2b68b3
Author: Philip Kaludercic <philip.kaludercic@fau.de>
Commit: Philip Kaludercic <philip.kaludercic@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 <philipk@posteo.net>
 ;; Maintainer: Philip Kaludercic <philipk@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

[Prev in Thread] Current Thread [Next in Thread]