From 3013bafac1c3e2a3ab272aed3427a40e30ca4a32 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Thu, 20 Jun 2024 09:54:58 +0200 Subject: [PATCH] Add an ASCII table to `webjump-sites' --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index adb6a75..2dfcb17 100644 --- a/README.org +++ b/README.org @@ -5700,7 +5700,8 @@ sets the =webjump-sites= option. (with-eval-after-load 'webjump (setopt webjump-sites - '(("CS 325 AI Programming" . "courses.cs.northwestern.edu/325") + '(("ASCII Table" . "www.ascii-code.com/ASCII") + ("CS 325 AI Programming" . "courses.cs.northwestern.edu/325") ("Emacs News" . "sachachua.com/blog/category/emacs-news") ("Mastering Emacs" . "www.masteringemacs.org") ("Planet Emacs Life" . "planet.emacslife.com")