From 088e2b3f14f0ea02038e20dccbb62e05d4eec9b2 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 30 Aug 2025 12:13:52 -0500 Subject: email, ai, and miscellaneous refactor setup-email script - Enable "set -euo pipefail" for safer execution - Quote all variable references in test conditions - Update script header with usage notes and email setup steps email and org-msg changes - Configure org-msg with inline CSS, greeting, images, citations, and signature - Enable org-msg-mode in all mu4e compose buffers - Advise mu4e-compose-reply and mu4e-compose-wide-reply to use org-msg-edit-mode - Move no-auto-fill hook into mu4e-compose-mode-hook - Disable mu4e-compose-format-flowed and set mu4e-html2text-command - Update gnus-blocked-images comment and remove default signature-file setting - remove org-contact configurations ai changes - historian directive added - added all new directives to menu - changed default directive to default-directive! misc changes - org complains when tab-widths aren't at 8 - refactor and improve delete blank lines region or buffer - change name of add-header function to be more specific - updated tasks - updated abbrevs - documentation for local-arch-wiki-search --- modules/help-utils.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/help-utils.el') diff --git a/modules/help-utils.el b/modules/help-utils.el index 73fc2add..2048e0f6 100644 --- a/modules/help-utils.el +++ b/modules/help-utils.el @@ -37,6 +37,11 @@ (defun cj/local-arch-wiki-search () + "Prompt for an ArchWiki topic and open its local HTML copy in EWW. +Looks for “*.html” files under \"/usr/share/doc/arch-wiki/html/en\", +lets you complete on their basenames, and displays the chosen file +with `eww-browse-url'. If no file is found, reminds you to install +arch-wiki-docs." (interactive) (let* ((dir "/usr/share/doc/arch-wiki/html/en") (full-filenames (directory-files dir t "\\.html\\'")) -- cgit v1.2.3