diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-30 19:21:08 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-30 19:21:08 +0300 |
| commit | 91ea55d7e4ce64009944e73ee3798c9501706002 (patch) | |
| tree | a986846593762d51015162ebc4cf0c9e24c061be | |
| parent | 08eb1c19298b2495eaf894987ac4b06ddd321221 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/quickedit.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/fish/conf.d/quickedit.fish b/dotfiles/fish/conf.d/quickedit.fish index 9accc30..2074312 100644 --- a/dotfiles/fish/conf.d/quickedit.fish +++ b/dotfiles/fish/conf.d/quickedit.fish @@ -53,8 +53,8 @@ end function quickedit::scratchpad cd ~/Notes - if editor::helix::open_with_lock scratchpad.md - quickedit::postaction scratchpad.md + if editor::helix::open_with_lock Scratchpad.md + quickedit::postaction Scratchpad.md end cd - |
