summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--eww.org3
-rw-r--r--init.org1
2 files changed, 2 insertions, 2 deletions
diff --git a/eww.org b/eww.org
index 9c91cb7..0f96082 100644
--- a/eww.org
+++ b/eww.org
@@ -19,7 +19,6 @@
(t (eww url 4)))))
(setq jao-browse-url-function #'jao-eww-browse-url)
- ;; (setq browse-url-browser-function jao-browse-url-function)
(setq eww-use-browse-url "^\\(gemini\\|gopher\\):")
#+end_src
* Email
@@ -142,7 +141,7 @@
(shr-use-colors nil)
(shr-use-fonts nil)
(shr-max-width 130)
- (shr-blocked-images ".*")
+ (shr-blocked-images nil)
(shr-inhibit-images t)
(shr-max-image-proportion 0.9))
diff --git a/init.org b/init.org
index b909ff5..dfb1c35 100644
--- a/init.org
+++ b/init.org
@@ -814,6 +814,7 @@
("i" jao-ednc-invoke-last-action "invoke last action")
("n" jao-ednc-pop "show all"))
(jao-ednc-ignore-app "Spotify")
+ (jao-ednc-ignore-app "NetworkManager")
:bind (("s-n" . jao-hydra-ednc/body)
("H-s-n" . jao-hydra-ednc/body)))
#+end_src