Skip to content
Prev 350138 / 398506 Next

Smart detection of wrap width?

I see now that the link I gave for configuring this is ESS doesn't
give the whole enchilada. Here is what I currently have in my emacs
config:

  (defun my-ess-execute-screen-options (foo)
                (ess-execute-screen-options))
  (add-hook 'inferior-ess-mode-hook
            (lambda()
              (setq-local
               window-size-change-functions
               '(my-ess-execute-screen-options))))

This should give the desired functionality.

Best,
Ista
On Sat, Apr 18, 2015 at 1:26 PM, Ista Zahn <istazahn at gmail.com> wrote: