terminal user interface to jujutsu. Focused on speed and clarity
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

change config name

+1 -1
+1 -1
jj_tui/lib/config.ml
··· 30 30 31 31 let load_config () = 32 32 [%log info "Loading config..."]; 33 - let config_file = Filename.concat (get_config_dir ()) "config.json" in 33 + let config_file = Filename.concat (get_config_dir ()) "config.yaml" in 34 34 try 35 35 let ic = open_in config_file in 36 36 let content = really_input_string ic (in_channel_length ic) in