Closed beyondpie closed 3 years ago
I later notice that when I have R REPL or open script in a package, it will be [R] or [R pkg]. That makes sense. But again, is that possible that I could configure ESS to not show this information ?
You can simply set mode-line-process
to nil in ess-mode-hook
and/or inferior-ess-mode-hook
:
(setq-local mode-line-process nil)
I don't think it's worth introducing additional configuration for this.
Hi there, I like ESS and use it for quite a long time.
Recently when I use ESS, I notice that
ESS[R] [None]
in the mode line is usually shown and cannot be removed. I read some of the source codes, and guess this may be introduced byess--get-mode-line-indicator
:Could I let ESS not show this information ?
Thanks!
Songpeng