[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/do-at-point a6b52ebf53 08/44: Fix name-typo in "Embark"
From: |
ELPA Syncer |
Subject: |
[elpa] externals/do-at-point a6b52ebf53 08/44: Fix name-typo in "Embark" section |
Date: |
Fri, 25 Aug 2023 18:57:46 -0400 (EDT) |
branch: externals/do-at-point
commit a6b52ebf531358ef5937c9b50436775bee10b2eb
Author: Philip Kaludercic <philip.kaludercic@fau.de>
Commit: Philip Kaludercic <philip.kaludercic@fau.de>
Fix name-typo in "Embark" section
---
do-at-point.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/do-at-point.el b/do-at-point.el
index 8759fe944b..dddd01c5ca 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.6 2023/07/16 11:48:25 oj14ozun Exp $
+;; Version: $Id: do-at-point.el,v 1.7 2023/07/17 14:09:29 oj14ozun Exp
oj14ozun $
;; Package-Version: 1
;; Package-Requires: ((emacs "26.1"))
;; Keywords: convenience
@@ -44,7 +44,7 @@
;;; Relation to "Embark"
;; A similar package, that served as inspiration for `do-at-point' is
-;; called Embark (https://github.com/oantolin/embark), by Omar Anatolian
+;; called Embark (https://github.com/oantolin/embark), by Omar AntolĂn
;; Camarena. I'll be honest, I don't get the hype but I find the core
;; functionality nice. This package is a fraction of the size of
;; Embark, but does pretty much exactly what I would want to use
- [elpa] branch externals/do-at-point created (now 0fac1ce7fa), ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 4ca1472e45 05/44: Simplify thing selection logic, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 1bf742ffaf 11/44: Pass proper input to 'read-multiple-choice', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point ffd013c6d2 15/44: Add user option to disable quick bindings, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 26eba56f63 01/44: Initial revision, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 7073fc1917 07/44: Invert event loop to allow movement during selection, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point a6b52ebf53 08/44: Fix name-typo in "Embark" section,
ELPA Syncer <=
- [elpa] externals/do-at-point b25f8ff64e 12/44: Rebind browse-url from "f" to "b" for URLs, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point bfe1d53b31 19/44: Unbind RET from 'do-at-point--mode-map', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 9d2ead6890 21/44: Fix 'do-at-point-actions-type' to work with inherited actions, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 0117be3619 23/44: Fix (require ...) for 'calc-embedded-word', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point b2808685d4 24/44: Simplify 'calc-embedded' invocation, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 767fe39d62 25/44: Rename 'do-at-point--shortcut-map' to '--quick-map', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point b6d819a000 29/44: Note '-user-actions' and '-local-actions' in 'do-at-point-actions', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point a01cee0d72 26/44: Do not set the face of 'do-at-point--overlay' twice, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 96bd54d507 32/44: Remove Embark section, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point ea332d68fd 31/44: Add a (require 'thingatpt), ELPA Syncer, 2023/08/25