From 74788ee3e4c646108f93f942ec544d3ea75f7a36 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Wed, 12 Jun 2024 13:07:44 +0200 Subject: [PATCH] Merge "lst:2nd-window-management" into "lst:1st-setopt-call" --- README.org | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.org b/README.org index 349d68a..61bda6b 100644 --- a/README.org +++ b/README.org @@ -237,7 +237,8 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]]. url-cookie-untrusted-urls '(".*") use-dialog-box nil use-short-answers t - view-read-only t) + view-read-only t + winner-mode t) #+end_src #+caption[Set the second set of Emacs options: pin packages to archives]: @@ -608,9 +609,8 @@ verse and quote blocks are fontified using the `org-verse' and :END: Mickey Peterson's post [[https://www.masteringemacs.org/article/demystifying-emacs-window-manager][Demystifying Emacs's Window Manager]] invites to improve -window placement. Listing [[lst:1st-window-management]], [[lst:2nd-window-management]] -and [[lst:3rd-window-management]] implement a selection of his recommendations. -See: +window placement. Listing [[lst:1st-window-management]] and +[[lst:2nd-window-management]] implement a selection of his recommendations. See: 1. [[info:elisp#The Zen of Buffer Display][The Zen of Buffer Display (info)]] 2. [[https://e17i.github.io/articles-emacs-display-1/][Configuring the Emacs display system]] for technical information. @@ -651,17 +651,9 @@ for technical information. (keymap-global-set "M-o" #'other-window)) #+end_src -#+caption[Window management modes]: -#+caption: Window management modes. -#+name: lst:2nd-window-management -#+begin_src emacs-lisp -n -(with-eval-after-load 'emacs - (winner-mode +1)) -#+end_src - #+caption[Window management variables]: #+caption: Window management variables. -#+name: lst:3rd-window-management +#+name: lst:2nd-window-management #+begin_src emacs-lisp -n :results none ;; (info "(elisp) Displaying Buffers") ;; (info "(emacs) Window Choice")