Replace :eval/:repl with autodef functions

+ :eval => set-eval-handler!
+ :repl => set-repl-handler!
+ Updates all internal references.
This commit is contained in:
Henrik Lissner 2018-06-15 16:07:24 +02:00
parent 98632fe086
commit 588359cc5f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
21 changed files with 98 additions and 72 deletions

View file

@ -39,7 +39,7 @@
ess-nuke-trailing-whitespace-p t
ess-default-style 'DEFAULT)
(ess-toggle-underscore t)
(set! :repl 'ess-mode #'+ess/r-repl)
(set-repl-handler! 'ess-mode #'+ess/r-repl)
(set! :lookup 'ess-mode :documentation #'ess-display-help-on-object)
(define-key! ess-doc-map
"h" #'ess-display-help-on-object