diff options
author | noa@gaiwan.org | 2024-07-02 11:37:59 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-02 11:37:59 +0000 |
commit | 6e5902960a424adc2ae12e5d3c1638044b9a3106 (patch) | |
tree | efc783690b97a4d8cb056fb3caaa3e7499edabe1 | |
parent | 9c3284c551f3d74b8b34b3c8144d7f7a17f299ec (diff) |
Prettify shr bullets
-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. |