Skip to content

Commit

Permalink
Unanchoring *vc-dir* as this buffer gets uniquified.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosemer committed Dec 12, 2023
1 parent f029364 commit 855b859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window.el
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"^\\*xref\\*$"))
(left-windows ; VC prompts
(list "^\\*Open Recent - More\\*$"
"^\\*vc-dir\\*$"
"^\\*vc-dir\\*"
'(derived-mode . dired-mode))))
(setf display-buffer-alist
(append (mapcar (lambda (buffer)
Expand Down

0 comments on commit 855b859

Please sign in to comment.