diff options
| author | bard <[email protected]> | 2024-03-19 07:29:50 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-19 07:29:50 -0400 |
| commit | 796191c2d7cbc16bc054249b3df8c09a87ffe53f (patch) | |
| tree | 60d4426b30baf1f41359f20511c6a7e4b8b7b686 /bard-emacs-modules/bard-emacs-org.el | |
| parent | b14c5d0bb8ef91d51d525437d7dc7571a0f7cac0 (diff) | |
changed keybinds
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index 581e34c..1ca3225 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -72,6 +72,15 @@ (org-agenda nil "D"))))) (global-set-key (kbd "<f6>") 'bard/choose-agenda) +(global-set-key (kbd "C-z C-a") 'bard/choose-agenda) + +(defun bard/default-agenda () + "For viewing my custom agenda" + (interactive) + (org-agenda nil "D")) + +(global-set-key (kbd "<f1>") 'bard/default-agenda) +(global-set-key (kbd "C-z a") 'bard/default-agenda) ;; Org Agenda (setq org-agenda-custom-commands |
