Add Org agenda and dashboard integration

This commit is contained in:
Fabio Scotto di Santolo
2026-04-19 21:36:14 +02:00
parent 74c95be7f7
commit 949d69c71b
3 changed files with 34 additions and 7 deletions

View File

@@ -11,6 +11,14 @@
(define-key global-map (kbd "C-c") fscotto/leader-map)
;;;; Org
(autoload 'org-agenda "org" nil t)
(autoload 'org-capture "org-capture" nil t)
(define-key fscotto/leader-map (kbd "a") #'org-agenda)
(define-key fscotto/leader-map (kbd "c") #'org-capture)
;;;; Git / Magit
(defun fscotto/enable-magit-keymap ()
"Enable Git keybindings if current buffer is inside a Git repository."