Replace :lookup with set-lookup-handlers! autodef
And update all internal references.
This commit is contained in:
parent
bfdc00cf42
commit
c0251aacee
17 changed files with 43 additions and 37 deletions
|
@ -40,7 +40,7 @@
|
|||
ess-default-style 'DEFAULT)
|
||||
(ess-toggle-underscore t)
|
||||
(set-repl-handler! 'ess-mode #'+ess/r-repl)
|
||||
(set! :lookup 'ess-mode :documentation #'ess-display-help-on-object)
|
||||
(set-lookup-handlers! 'ess-mode :documentation #'ess-display-help-on-object)
|
||||
(define-key! ess-doc-map
|
||||
"h" #'ess-display-help-on-object
|
||||
"p" #'ess-R-dv-pprint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue