Update ess-disable-underscore-assign for ESS 18.10

This commit is contained in:
Leonard Lausen 2018-11-21 04:05:32 +00:00 committed by Codruț Constantin Gușoi
parent d52883fc56
commit 4dbe241aca

View file

@ -68,7 +68,7 @@
ess-nuke-trailing-whitespace-p t
ess-default-style 'DEFAULT)
(when ess-disable-underscore-assign
(ess-toggle-underscore nil))
(setq ess-smart-S-assign-key nil))
(define-key ess-doc-map "h" 'ess-display-help-on-object)
(define-key ess-doc-map "p" 'ess-R-dv-pprint)