mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: add missing parenthesis
This commit is contained in:
parent
ba701f84ae
commit
f4d6099554
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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~
|
||||
|
|
|
|||
Loading…
Reference in a new issue