aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-org.el
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-04-10 17:14:56 -0400
committerDaniel <[email protected]>2024-04-10 17:14:56 -0400
commit69f2604d2d17829723523c055993da35aae84dfc (patch)
treec7c56d848f08e605547b139dfc36517b0a836a6a /bard-emacs-modules/bard-emacs-org.el
parentc5952adc846d9e2d3ef519695da6dcf5cd458ba0 (diff)
change keybinds
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
-rw-r--r--bard-emacs-modules/bard-emacs-org.el13
1 files changed, 3 insertions, 10 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index b1e1748..4253478 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -55,20 +55,13 @@
(add-hook 'calendar-today-visible-hook 'calendar-mark-today)
(add-hook 'calendar-today-visible-hook 'calendar-mark-holidays))
-(define-key global-map (kbd "C-z C-c") #'calendar)
+(define-key global-map (kbd "C-c C") #'calendar)
;; Org todo keywords - changed to using hl-todo faces fixed by modus/ef themes
(setq org-todo-keywords
'((sequence "TODO(t)" "|" "DONE(d)" "KILLED(k)")
(sequence "MEET(m)" "|" "MET(M)")))
-;; Org Mode Key map
-(defun bard/org-mode-keybindings ()
- (define-key org-mode-map (kbd "C-c a") 'org-table-align))
-
-(add-hook 'org-mode-hook 'bard/org-mode-keybindings)
-;; (add-hook 'org-mode-hook 'fly-spell-mode)
-
;; Org Agenda Faces
(custom-set-faces '(org-agenda-structure ((t (:inherit bold :height 1.5 :family "Iosevka Comfy Motion")))))
(setq org-ellipsis "↲")
@@ -97,7 +90,7 @@
(org-agenda nil "D")))))
(global-set-key (kbd "M-<f1>") 'bard/choose-agenda)
-(global-set-key (kbd "C-z C-a") 'bard/choose-agenda)
+(global-set-key (kbd "C-c a c") 'bard/choose-agenda)
(defun bard/default-agenda ()
"For viewing my custom agenda"
@@ -105,7 +98,7 @@
(org-agenda nil "D"))
(global-set-key (kbd "<f1>") 'bard/default-agenda)
-(global-set-key (kbd "C-z a") 'bard/default-agenda)
+(global-set-key (kbd "C-c a a") 'bard/default-agenda)
;; Org Agenda
(setq org-agenda-custom-commands