branch: externals/do-at-point commit 96bd54d507f1b1bc986087e371f2dcd0a4798252 Author: Philip Kaludercic <philip.kaluder...@fau.de> Commit: Philip Kaludercic <philip.kaluder...@fau.de>
Remove Embark section In a private discussion with Omar Antolín Camarena, I have realised that this section is more confusing than helpful. --- do-at-point.el | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/do-at-point.el b/do-at-point.el index a9a4cd9dad..51be60ac0d 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.30 2023/07/21 07:49:24 oj14ozun Exp oj14ozun $ +;; Version: $Id: do-at-point.el,v 1.31 2023/07/21 07:50:59 oj14ozun Exp oj14ozun $ ;; Package-Version: 1 ;; Package-Requires: ((emacs "26.1")) ;; Keywords: convenience @@ -41,19 +41,6 @@ ;; use `do-at-point-local-actions' to add additional things and/or ;; actions. -;;; Relation to "Embark" - -;; A similar package, that served as inspiration for `do-at-point' is -;; 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 -;; Embark for + it dispatches actions using `read-multiple-choice' -;; instead of popping up a buffer of using `completing-read' -- which -;; is a bad choice for users who aren't using narrowing-selecting -;; completion frameworks. Also `do-at-point' is not interested in any -;; special features regarding completion. - ;;; Code: (eval-when-compile (require 'pcase))