If you do not want the leader associated with text then try this routine.
; Ldr.lsp Tim Wilson
; Similar to the Quick Leader but without the text prompts
(defun c:lk (/ lpt1 lpt2 lpt3)
(setq #OSM (getvar "osmode"))
(setq #OTM (getvar "orthomode"))
(setq #CLE (getvar...