summaryrefslogtreecommitdiff
path: root/Rprofile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-05-14 17:42:27 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-05-14 17:42:27 +0200
commita6dcf08e2d3175266e3209712404342df80d74ab (patch)
tree744173dec199c2a60c18b2fe86a4365cbe595bf0 /Rprofile
parent46acb37de2f6911feda9b5d822a89a60f1ec33cf (diff)
,rx for R-devel in Nvim-R, avoid graphical menus
Diffstat (limited to 'Rprofile')
-rw-r--r--Rprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rprofile b/Rprofile
index e28b81d..98a26be 100644
--- a/Rprofile
+++ b/Rprofile
@@ -1,5 +1,6 @@
options(pdfviewer="okular")
options(browser="firefox")
+options(menu.graphics=FALSE)
# R package repositories
local({

Contact - Imprint