Select the new buffer
When calling `dispass-list-labels' the new buffer should be selected, not _just_ shown.
This commit is contained in:
parent
cb33ce7048
commit
507be16558
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ an eye out for LABEL."
|
|||
(dispass-labels-mode)
|
||||
(dispass-labels--refresh)
|
||||
(tabulated-list-print))
|
||||
(display-buffer buffer))
|
||||
(switch-to-buffer-other-window buffer))
|
||||
nil)
|
||||
|
||||
(provide 'dispass)
|
||||
|
|
Loading…
Reference in a new issue