Skip to content

Commit

Permalink
annotation for ess-r-object-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeacock19 committed May 23, 2022
1 parent 1d9dcbe commit 42c1d88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/ess-r-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ to look up any doc strings."
(token (pop completions)))
(when completions
(list (- (point) (length token)) (point)
completions)))
completions
:annotation-function
(lambda (_) " <obj>"))))
(when (string-match "complete" (symbol-name last-command))
(message "No ESS process associated with current buffer")
nil)))
Expand Down

0 comments on commit 42c1d88

Please sign in to comment.