diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-14 17:42:27 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-14 17:42:27 +0200 |
commit | a6dcf08e2d3175266e3209712404342df80d74ab (patch) | |
tree | 744173dec199c2a60c18b2fe86a4365cbe595bf0 /Rprofile | |
parent | 46acb37de2f6911feda9b5d822a89a60f1ec33cf (diff) |
,rx for R-devel in Nvim-R, avoid graphical menus
Diffstat (limited to 'Rprofile')
-rw-r--r-- | Rprofile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ options(pdfviewer="okular") options(browser="firefox") +options(menu.graphics=FALSE) # R package repositories local({ |