Skip to content

Commit

Permalink
Update <CR> mapping in README (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
parmort committed Apr 10, 2024
1 parent 6661806 commit efbc150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ This is a complete list of all of the options that can be passed to `require("ob
action = function()
return require("obsidian").util.smart_action()
end,
opts = { buffer = true },
opts = { buffer = true, expr = true },
}
},

Expand Down

0 comments on commit efbc150

Please sign in to comment.