aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-05-05 11:44:15 -0700
committerGravatar Tom Willemse2026-05-05 11:44:15 -0700
commitc8296b17ef24ba010b67bdbc6b9a9d970754d155 (patch)
treede8736038fc3f38168c74a9c5900dba1a295b9a7
parentddfe0b5ed2e36ee6cb676746b3e063407be47760 (diff)
downloademacs-config-c8296b17ef24ba010b67bdbc6b9a9d970754d155.tar.gz
emacs-config-c8296b17ef24ba010b67bdbc6b9a9d970754d155.zip
oni-eww: Rename buffers to include their URL
-rw-r--r--oni-eww.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-eww.el b/oni-eww.el
index 713c833..41e9f52 100644
--- a/oni-eww.el
+++ b/oni-eww.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0406.111733
+;; Version: 2026.0429.164233
;; Package-Requires: (eww oni-data-dir)
;; This program is free software; you can redistribute it and/or modify
@@ -50,6 +50,7 @@ Delete all other windows and then pass BUFFER and ALIST on to
(display-buffer-same-window buffer alist))
(setq eww-bookmarks-directory (oni-data-dir-locate "eww/"))
+(setq eww-auto-rename-buffer 'url)
(add-to-list 'display-buffer-alist
`(,(rx string-start "*eww*" string-end) oni-eww-display-buffer-in-only-window))