Hello!
I am working from Docker image databricksruntime/rbase:10.4-LTS which contains RStudio and works nicely. Thank-you for a great experience!
-
Is it possible to programmatically set RStudio preference settings in a Dockerfile setting based on
databricksruntime/rbase:10.4-LTS
?- For example, viewing line numbers, enabling/disabling rainbow parens, code completion options, and other (most of the) preference settings in
Edit > Preferences
?
- For example, viewing line numbers, enabling/disabling rainbow parens, code completion options, and other (most of the) preference settings in
-
The existing Emacs keybindings in
Edit > Preferences > Code > Editing > Keybindings > Emacs
are great!- Is it possible to enable more Emacs keybindings? Specifically, under Top (GNU Emacs Manual)
-
window selection toggles
(seeChange-Window.html
) and -
window recentering
(seeRecentering.html
)
-
- Is it possible to enable more Emacs keybindings? Specifically, under Top (GNU Emacs Manual)
Thanks
P.S. I would have mad the emacs manual actual hyperlinks, but the UI enforces a 2 links maximum.