summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el4
-rw-r--r--lisp/acdw.el4
2 files changed, 5 insertions, 3 deletions
diff --git a/init.el b/init.el index 1c12763..50e1f45 100644 --- a/init.el +++ b/init.el
@@ -271,6 +271,7 @@
271 "#emacs" "##webpals") 271 "#emacs" "##webpals")
272 ("tilde.chat" 272 ("tilde.chat"
273 "#meta" "#team" "#gemini")) 273 "#meta" "#team" "#gemini"))
274 erc-button-url-regexp browse-url-button-regexp
274 erc-header-line-face-method 275 erc-header-line-face-method
275 #'erc/update-header-line-show-disconnected 276 #'erc/update-header-line-show-disconnected
276 erc-hide-list '("JOIN" "NICK" "PART" "QUIT" "MODE" 277 erc-hide-list '("JOIN" "NICK" "PART" "QUIT" "MODE"
@@ -434,7 +435,8 @@
434 (:option imenu-auto-rescan t)) 435 (:option imenu-auto-rescan t))
435 436
436(setup Info 437(setup Info
437 (:hook variable-pitch-mode)) 438 (:hook variable-pitch-mode
439 acdw/reading-mode))
438 440
439(setup isearch 441(setup isearch
440 (:option search-default-mode t)) 442 (:option search-default-mode t))
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'