Skip to content

Commit

Permalink
make bracketClosing setting be true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Jul 7, 2024
1 parent 9c77a0b commit fb38e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function loadInitialSettings() {
// ensure all possible settings are present. Start with defaults and overwrite with persisted settings
/** @type {Settings} */
let initialSettings = {
bracketClosing: false,
bracketClosing: true,
currentNoteName: kScratchNoteName,
emacsMetaKey: "alt",
keymap: "default",
Expand Down

0 comments on commit fb38e1a

Please sign in to comment.