summaryrefslogtreecommitdiff
path: root/cape-char.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-05-29 10:40:48 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-05-29 10:41:01 +0200
commite503d9a6f86b05962fe4b638f49d8d0110891570 (patch)
tree3759023f81d69aa985c4c59db8f27111c37956b1 /cape-char.el
parentdb3059af52718c7f55485ef183bdad3e40f58df9 (diff)
cape-dabbrev: Respect dabbrev-abbrev-char-regexp
Diffstat (limited to 'cape-char.el')
-rw-r--r--cape-char.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cape-char.el b/cape-char.el
index 09b1709..b7eb367 100644
--- a/cape-char.el
+++ b/cape-char.el
@@ -26,6 +26,8 @@
(require 'cape)
+(autoload 'thing-at-point-looking-at "thingatpt")
+
;; Declare as pure function which is evaluated at compile time. We don't use a
;; macro for this computation since packages like `helpful' will
;; `macroexpand-all' the expensive `cape-char--define' macro calls.