diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index ce3e9f8..d806138 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el | |||
@@ -1,4 +1,5 @@ | |||
1 | ;;; acdw.el -*- lexical-binding: t; coding: utf-8-unix -*- | 1 | ;;; acdw.el -*- lexical-binding: t; coding: utf-8-unix -*- |
2 | |||
2 | ;; Author: Case Duckworth <acdw@acdw.net> | 3 | ;; Author: Case Duckworth <acdw@acdw.net> |
3 | ;; Created: Sometime during Covid-19, 2020 | 4 | ;; Created: Sometime during Covid-19, 2020 |
4 | ;; Keywords: configuration | 5 | ;; Keywords: configuration |
@@ -465,8 +466,7 @@ BRITTLE AF!!!" | |||
465 | (seq | 466 | (seq |
466 | (one-or-more | 467 | (one-or-more |
467 | (any "0-9a-z" "!#$%&*+,./:;=?@\\_~-" word)) | 468 | (any "0-9a-z" "!#$%&*+,./:;=?@\\_~-" word)) |
468 | (any "0-9a-z" "#$%&*+/=@\\_~-" word)))))) | 469 | (any "0-9a-z" "#$%&*+/=@\\_~-" word))))))) |
469 | ) | ||
470 | 470 | ||
471 | (defun acdw/add-button-url-regexp-protocol (proto) | 471 | (defun acdw/add-button-url-regexp-protocol (proto) |
472 | "Add PROTO to `browse-url-button-regexp' | 472 | "Add PROTO to `browse-url-button-regexp' |