From be484b4b39f23d6214c55d6ff8ab6c83fd54f33a Mon Sep 17 00:00:00 2001
From: noa
Date: Tue, 29 Apr 2025 15:16:36 +0800
Subject: Remove offline web access function

---
 emacs/init.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

(limited to 'emacs')

diff --git a/emacs/init.el b/emacs/init.el
index 3f052af..f2b2485 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -223,11 +223,7 @@
 (use-package goto-addr
   :hook (after-init . global-goto-address-mode))
 
-(defvar noa/record-url-file "~/Documents/Library/urls")
-(defun noa/record-url (url &rest args)
-  "An alternative browser function that appends the url to a file.  We do not pay attention to any arguments."
-  (write-region (concat url "\n") nil noa/record-url-file 'append))
-
+
 ;;; Programming
 
 (use-package flymake
-- 
cgit 1.4.1-2-gfad0