diff options
| author | bard <[email protected]> | 2023-09-25 18:16:24 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2023-09-25 18:16:24 -0400 |
| commit | 655b3699987412bc3c93de4ed16f3185d354833d (patch) | |
| tree | 857ea163c2a88ed4ba2b481c17a7c03a2f135a8a /init.el | |
| parent | 73fe0e36f6ad9720d94b161f36fe2dbffcb1c7d8 (diff) | |
removed tao and changed agenda keybind
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ (org-agenda nil "A") (delete-other-windows)) -(global-set-key (kbd "C-c C-a") 'bard/primary-agenda) +(global-set-key (kbd "C-' a") 'bard/primary-agenda) ;; Surround region with character (defun bard/wrap-text-with-markers (start-marker end-marker marker) |
