From 656f4807904abbc24c12b7f170f5f4ade35edd5f Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 18 Oct 2021 17:30:36 +0200 Subject: [PATCH] [Emacs] Add eww configuration --- org/config/emacs.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index e6d2cad..d76178f 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -2646,6 +2646,20 @@ that. :after eshell) #+end_src +*** Eww +:PROPERTIES: +:CUSTOM_ID: Packages-Configuration-Emacs-built-ins-Eww-m1343rs0t8j0 +:END: +Since Emacs 29, it is possible to automatically rename ~eww~ buffers to +a more human-readable name, see [[https://protesilaos.com/codelog/2021-10-15-emacs-29-eww-rename-buffers/][Prot’s blog]] post on the matter. +#+begin_src emacs-lisp +(use-package eww + :defer t + :straight (:type built-in) + :config + (setq eww-auto-rename-buffer 'title)) +#+end_src + *** Info :PROPERTIES: :CUSTOM_ID: Packages-Configuration-Emacs-built-ins-Info-r7x90j20c5j0