Skip to content

Commit 686cd18

Browse files
committed
less verbose comment
1 parent 31f0d13 commit 686cd18

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/config-examples/default-config.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ start-at-login = false
1717
auto-reload-config = false
1818

1919
# Override which editor should be used when opening the config file via the menu bar
20-
# By default, the system's default text editor for the config file is used (excluding Xcode due to its size)
21-
# with TextEdit as a fallback. Set this to the full path of your preferred editor application.
22-
# Example: config-editor-app-path = '/Applications/Visual Studio Code.app'
23-
# Fallback value (if you omit the key): config-editor-app-path = <nil>
20+
# By default, macOS will decide which editor to open with TextEdit as the fallback
21+
# Set this to the full path of your preferred editor application.
2422
# config-editor-app-path = '/Applications/Visual Studio Code.app'
2523

2624
# Normalizations. See: https://nikitabobko.github.io/AeroSpace/guide#normalization

0 commit comments

Comments
 (0)