diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-24 19:38:22 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-24 19:38:22 -0700 |
commit | 60dad8ace3425e952c43baa2f3282ee4eb3b21cc (patch) | |
tree | e7977eae54320cef337695387c23e20a0c07916d /emacs/custom | |
parent | theme: improve readability a bit (diff) | |
download | emacs.d-60dad8ace3425e952c43baa2f3282ee4eb3b21cc.tar.gz |
ui: configure display for xref buffers
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/my-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el index f42049e..bc95ec4 100644 --- a/emacs/custom/my-ui.el +++ b/emacs/custom/my-ui.el @@ -107,7 +107,7 @@ (setq display-buffer-alist `( - ("\\*\\(.* # Help.*\\|Help\\)\\*" ; See the hooks for `visual-line-mode' + ("\\*\\(.* # Help.*\\|Help\\|xref\\)\\*" ; See the hooks for `visual-line-mode' (display-buffer-reuse-mode-window display-buffer-in-side-window) (window-width . 0.35) (side . left) |