Formatting ... and stuff

Whatever.
This commit is contained in:
Case Duckworth 2021-05-25 12:28:32 -05:00
parent 22bdd7715a
commit 0fa1f6ce4f
2 changed files with 5 additions and 3 deletions

View File

@ -271,6 +271,7 @@
"#emacs" "##webpals")
("tilde.chat"
"#meta" "#team" "#gemini"))
erc-button-url-regexp browse-url-button-regexp
erc-header-line-face-method
#'erc/update-header-line-show-disconnected
erc-hide-list '("JOIN" "NICK" "PART" "QUIT" "MODE"
@ -434,7 +435,8 @@
(:option imenu-auto-rescan t))
(setup Info
(:hook variable-pitch-mode))
(:hook variable-pitch-mode
acdw/reading-mode))
(setup isearch
(:option search-default-mode t))

View File

@ -1,4 +1,5 @@
;;; acdw.el -*- lexical-binding: t; coding: utf-8-unix -*-
;; Author: Case Duckworth <acdw@acdw.net>
;; Created: Sometime during Covid-19, 2020
;; Keywords: configuration
@ -465,8 +466,7 @@ BRITTLE AF!!!"
(seq
(one-or-more
(any "0-9a-z" "!#$%&*+,./:;=?@\\_~-" word))
(any "0-9a-z" "#$%&*+/=@\\_~-" word))))))
)
(any "0-9a-z" "#$%&*+/=@\\_~-" word)))))))
(defun acdw/add-button-url-regexp-protocol (proto)
"Add PROTO to `browse-url-button-regexp'