Skip to content

Commit

Permalink
Update .Rprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
send2dan committed Mar 20, 2024
1 parent 5d4ff05 commit d76e9e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ options(tidyverse.quiet = TRUE)
options(styler.cache_root = "styler-perm")

setHook("rstudio.sessionInit", function(newSession) {
rstudioapi::writeRStudioPreference("editor_keybindings", "vim")
rstudioapi::writeRStudioPreference("save_workspace", "never")
rstudioapi::writeRStudioPreference("always_save_history", FALSE)
rstudioapi::writeRStudioPreference("save_files_before_build", TRUE)
Expand Down

0 comments on commit d76e9e2

Please sign in to comment.