diff options
-rw-r--r-- | lisp/acdw-re.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/acdw-re.el b/lisp/acdw-re.el index db46af1..1fc0a9c 100644 --- a/lisp/acdw-re.el +++ b/lisp/acdw-re.el | |||
@@ -17,6 +17,10 @@ | |||
17 | ;; Pulled mostly from karthinks: | 17 | ;; Pulled mostly from karthinks: |
18 | ;; https://karthinks.com/software/bridging-islands-in-emacs-1/ | 18 | ;; https://karthinks.com/software/bridging-islands-in-emacs-1/ |
19 | 19 | ||
20 | ;; UPDATED CODE: | ||
21 | ;; https://github.com/karthink/.emacs.d/blob/master/init.el#L981 | ||
22 | ;; https://github.com/karthink/.emacs.d/blob/master/lisp/reb-fix.el | ||
23 | |||
20 | ;;; Code: | 24 | ;;; Code: |
21 | 25 | ||
22 | (defvar acdw/re-builder-positions nil | 26 | (defvar acdw/re-builder-positions nil |