From 1e69eed7de3b1e7bc001d0288206fd5ebbcc3a80 Mon Sep 17 00:00:00 2001 From: David Florness Date: Tue, 29 Oct 2019 09:21:25 -0600 Subject: [PATCH] Set URL privacy level to 'paranoid' --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 3b33a46..2c9b55f 100644 --- a/init.el +++ b/init.el @@ -213,7 +213,8 @@ ;; If there is more than one, they won't work right. '(flycheck-disabled-checkers (quote (emacs-lisp-checkdoc))) '(initial-buffer-choice t) - '(initial-scratch-message "")) + '(initial-scratch-message "") + '(url-privacy-level (quote paranoid))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- 2.38.4