From 0fa1f6ce4f7fa29b3eb7c4105e20d3e458894f1e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 25 May 2021 12:28:32 -0500 Subject: Formatting ... and stuff Whatever. --- init.el | 4 +++- lisp/acdw.el | 4 ++-- 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 @@ "#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)) 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 @@ ;;; acdw.el -*- lexical-binding: t; coding: utf-8-unix -*- + ;; Author: Case Duckworth ;; 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' -- cgit 1.4.1-21-gabe81