diff options
| author | BardofSprites <[email protected]> | 2024-11-28 17:52:17 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-11-28 17:52:17 -0500 |
| commit | 3c828df58e08795b230db611feef665b36891362 (patch) | |
| tree | e43278749a25d5798bf509fe6ad5aad8e24df33e /bin | |
| parent | b28452706fc1e8dc1dfd064ee5f81fc120c78eb2 (diff) | |
format/keybind change/quickfix
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/scripts/emacs-launcher | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/.local/bin/scripts/emacs-launcher b/bin/.local/bin/scripts/emacs-launcher index 3c964c5..7b61a31 100755 --- a/bin/.local/bin/scripts/emacs-launcher +++ b/bin/.local/bin/scripts/emacs-launcher @@ -15,7 +15,7 @@ fi case $choice in "calendar") - command="(cfw:open-org-calendar)" + command="(bard/open-calendar)" run_command $command ;; "agenda") |
