aboutsummaryrefslogtreecommitdiff
path: root/bin/.local
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-11-28 17:52:17 -0500
committerBardofSprites <[email protected]>2024-11-28 17:52:17 -0500
commit3c828df58e08795b230db611feef665b36891362 (patch)
treee43278749a25d5798bf509fe6ad5aad8e24df33e /bin/.local
parentb28452706fc1e8dc1dfd064ee5f81fc120c78eb2 (diff)
format/keybind change/quickfix
Diffstat (limited to 'bin/.local')
-rwxr-xr-xbin/.local/bin/scripts/emacs-launcher2
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")