diff options
author | noa | 2025-04-29 15:16:36 +0800 |
---|---|---|
committer | noa | 2025-04-29 15:16:36 +0800 |
commit | be484b4b39f23d6214c55d6ff8ab6c83fd54f33a (patch) | |
tree | 4573d41b5baaac4cd88aed8c5b114d3c8f3494c7 | |
parent | f11652f0843a9670fa8e6246091445ba74cd383c (diff) |
Remove offline web access function
-rw-r--r-- | emacs/init.el | 6 |
1 files changed, 1 insertions, 5 deletions
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 |