diff options
-rw-r--r-- | config.org | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.org b/config.org index 1015cd0..ec1054d 100644 --- a/config.org +++ b/config.org @@ -955,7 +955,11 @@ We can set what the maximum size of an image in a window should be. This is a f #+begin_src elisp (setopt shr-max-image-proportion 0.9 shr-discard-aria-hidden t) - #+end_src +#+end_src + +#+begin_src elisp + (setopt shr-bullet " • ") +#+end_src The default name for the eww buffer is *eww*. This is unhelpful because it makes having more than one eww buffer open a bit of a chore to navigate. We can set it to 'url, 'title, or a function. I set it to 'title because marginalia already shows me the url. However, this means that i can't search for a url name when switching buffers. See the help for this variable for an example of a function which gives the page title and the url. |