diff options
| author | Philip Kaludercic <philip.kaludercic@fau.de> | 2023-07-21 07:50:59 +0000 |
|---|---|---|
| committer | Philip Kaludercic <philip.kaludercic@fau.de> | 2023-07-21 07:50:59 +0000 |
| commit | ea332d68fdf1215ee8d0dfbd6ff26c15c654898a (patch) | |
| tree | a171667335d351a8348c434b1236827308f04048 | |
| parent | 5c36d999aaed7655db8149a8d29b453caddc0ffd (diff) | |
Add a (require 'thingatpt)
| -rw-r--r-- | do-at-point.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/do-at-point.el b/do-at-point.el index 6a7f76f..a9a4cd9 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.29 2023/07/21 07:48:52 oj14ozun Exp oj14ozun $ +;; Version: $Id: do-at-point.el,v 1.30 2023/07/21 07:49:24 oj14ozun Exp oj14ozun $ ;; Package-Version: 1 ;; Package-Requires: ((emacs "26.1")) ;; Keywords: convenience @@ -58,6 +58,7 @@ (eval-when-compile (require 'pcase)) (require 'seq) +(require 'thingatpt) (defgroup do-at-point '() "Generic context-sensitive action dispatcher." |
