diff options
| author | Daniel Pettersson <daniel@dpettersson.net> | 2026-01-07 23:48:54 +0100 |
|---|---|---|
| committer | Daniel Pettersson <daniel@dpettersson.net> | 2026-01-07 23:48:54 +0100 |
| commit | 3e3d7f73adc6ee5d300dffa9025482a930c17423 (patch) | |
| tree | 4ac29dbbb4c15b6a0d1cc7648eddd72dd563d284 /dape.el | |
| parent | 23a00baf9745e9f6fecffc8385cfbda27f6c9342 (diff) | |
Improve dape-buffer-window-arrangement docs
As suggested in #276
Diffstat (limited to 'dape.el')
| -rw-r--r-- | dape.el | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -527,7 +527,16 @@ Example value: (define-obsolete-variable-alias 'dape-buffer-window-arrangment 'dape-buffer-window-arrangement "0.3.0") (defcustom dape-buffer-window-arrangement 'left - "How to generally display buffers." + "How to generally display buffers. +For additional configuration of which mode buffers are placed in which +windows, see `dape-info-buffer-window-groups'. + +If further customization is needed, use `display-buffer-alist'. Note +that each buffer is displayed with `display-buffer' action ALIST entry +`category' as `dape-info-' + group index, which can be used with +`display-buffer-alist' for group-based actions. + +See `dape--display-buffer' for additional details." :type '(choice (const :tag "GUD gdb like" gud) (const :tag "Left side" left) (const :tag "Right side" right) |
