79604448

Date: 2025-05-03 07:17:55
Score: 1.5
Natty:
Report link

There is a way to use ess-cycle-assign: edit the variable ess-assign-list and bind a key to ess-cycle-assign.

Here is an example:

(setq ess-assign-list '("<-" "%>%"))
(with-eval-after-load "ess"
  (define-key ess-mode-map (kbd "C-c _") #'ess-cycle-assign))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: yjtknst