aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-org.el9
-rw-r--r--bard-emacs-modules/bard-emacs-package.el2
2 files changed, 10 insertions, 1 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
diff --git a/bard-emacs-modules/bard-emacs-package.el b/bard-emacs-modules/bard-emacs-package.el
index 05d3349..276e30a 100644
--- a/bard-emacs-modules/bard-emacs-package.el
+++ b/bard-emacs-modules/bard-emacs-package.el
@@ -173,7 +173,7 @@
(use-package org-timeblock
:ensure t
:config
- (define-key global-map (kbd "M-<f6>") 'org-timeblock))
+ (define-key global-map (kbd "C-z c") 'org-timeblock))
(use-package orthodox-christian-new-calendar-holidays
:ensure t