diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/init.el b/emacs/init.el index a915914..fa1a872 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -206,13 +206,6 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (browse-url-browser-function 'noa/record-url) (browse-url-secondary-browser-function 'browse-url-default-browser)) -;; I've had no use for cookies in eww -(use-package url-cookie - :defer t - :custom - (url-cookie-trusted-urls '()) - (url-cookie-untrusted-urls '(".*"))) - (use-package shr :defer t :custom |