Skip to content

Commit

Permalink
Update my addins config
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbarton committed Aug 31, 2023
1 parent 2c83b79 commit 4e5d8ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export(expand_sf_bbox)
export(extract_col_types)
export(fit_square)
export(get_daily_welsh_word)
export(get_tube_route)
export(gitmoji)
export(gitmoji_desc)
export(gitmoji_name)
Expand All @@ -28,6 +29,7 @@ export(new_rmd)
export(order_along)
export(patch_join)
export(postcode_data_join)
export(project_mascot)
export(read_rss)
export(register_pdf_font)
export(remove_nas)
Expand Down
2 changes: 2 additions & 0 deletions R/myr_prompts.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ myr_prompt_light <- function(unicode = TRUE) {
invisible(TRUE)
}



#' @export
myr_prompt_no_unicode <- function() {
prompt::set_prompt(
Expand Down
8 changes: 4 additions & 4 deletions inst/rstudio/addins.dcf
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Name: Auto reprex
Description: Saves going through the Shiny interface - simply copies from the current open file and renders
Binding: autoReprexAddin
Binding: auto_reprex
Interactive: false

Name: Set myR prompt - standard
Description: Sets prompt to my standard (medium) prompt
Binding: myr_prompt_medium
Interactive: true
Interactive: false

Name: Set myR prompt - light
Description: Sets prompt to my minimal prompt
Binding: myr_prompt_light
Interactive: true
Interactive: false

Name: Set myR prompt - heavy
Description: Sets prompt to my full (heavy) prompt
Binding: myr_prompt_heavy
Interactive: true
Interactive: false

0 comments on commit 4e5d8ae

Please sign in to comment.