summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el6
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