When using the editor, Find Dspec and similar operations retrieve the file containing a definition and place it in a buffer with the relevant definition visible. By default, the start of the definition is in the middle of the Editor window. The following example shows how to make the definition appear at the top of the window
(setq editor:*tags-definition-top-window* t)
This variable is specified in the file
configure.lisp
.