emacs: add missing parenthesis

This commit is contained in:
Protesilaos Stavrou 2025-08-03 07:36:37 +03:00
parent ba701f84ae
commit f4d6099554
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -230,7 +230,7 @@ With optional argument FRAME, return the list of buffers of FRAME.
For use in `consult-buffer-list'."
(beframe-buffer-list frame :sort #'beframe-buffer-sort-visibility))
(setq consult-buffer-list #'consult-beframe-buffer-list))
(setq consult-buffer-list #'consult-beframe-buffer-list)))
;;; Frame history (undelete-frame-mode)
(use-package frame

View file

@ -6608,7 +6608,7 @@ With optional argument FRAME, return the list of buffers of FRAME.
For use in `consult-buffer-list'."
(beframe-buffer-list frame :sort #'beframe-buffer-sort-visibility))
(setq consult-buffer-list #'consult-beframe-buffer-list))
(setq consult-buffer-list #'consult-beframe-buffer-list)))
#+end_src
*** The =prot-emacs-window.el= configuration of ~undelete-frame-mode~ and ~winner-mode~