Added note about settings

This commit is contained in:
Mikayla Maki 2022-08-22 14:51:06 -07:00
parent 0a40cc0370
commit 9752650a49

View file

@ -97,6 +97,7 @@ fn main() {
let (settings_file, keymap_file) = cx.background().block(config_files).unwrap();
//Setup settings global before binding actions
watch_settings_file(default_settings, settings_file, themes.clone(), cx);
watch_keymap_file(keymap_file, cx);