Skip to content

Commit

Permalink
tweak(window): show man and woman on a dedicated side window
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 21, 2023
1 parent ed68c64 commit 95f2637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

(add-to-list
'display-buffer-alist
`(,(rx bol "*" (or "info" "Help" (seq "helpful" (zero-or-more not-newline))) "*" eol)
`(,(rx bol "*" (or "info" "Help" (seq (or "helpful" "Man " "WoMan ") (* any))) "*")
(display-buffer-in-side-window)
(slot . 0)
(side . right)
Expand Down

0 comments on commit 95f2637

Please sign in to comment.