mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Added note about settings
This commit is contained in:
parent
0a40cc0370
commit
9752650a49
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue