diff options
author | Case Duckworth | 2021-05-25 12:28:32 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-25 12:28:32 -0500 |
commit | 0fa1f6ce4f7fa29b3eb7c4105e20d3e458894f1e (patch) | |
tree | 910c4d2b8be036eee229e4fb8ae54e83140e1e2a /lisp | |
parent | Subscribe to moar groups with gmane (diff) | |
download | emacs-0fa1f6ce4f7fa29b3eb7c4105e20d3e458894f1e.tar.gz emacs-0fa1f6ce4f7fa29b3eb7c4105e20d3e458894f1e.zip |
Formatting ... and stuff
Whatever.
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' |