diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-24 23:52:50 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-24 23:52:50 -0400 |
commit | 0459ccd99cae984a3185572234dea9df306492ab (patch) | |
tree | 9ae8ae18d15f9b54dde58db0e7e058e172467778 /init.el | |
parent | Misc comment fix (diff) | |
download | mmosmacs-0459ccd99cae984a3185572234dea9df306492ab.tar.gz mmosmacs-0459ccd99cae984a3185572234dea9df306492ab.tar.bz2 mmosmacs-0459ccd99cae984a3185572234dea9df306492ab.zip |
Fix a few org keybinds
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -597,7 +597,8 @@ | |||
597 | org-return-follows-link t) | 597 | org-return-follows-link t) |
598 | (advice-add 'org-refile :after 'org-save-all-org-buffers) | 598 | (advice-add 'org-refile :after 'org-save-all-org-buffers) |
599 | :bind | 599 | :bind |
600 | ("C-c t l" . org-toggle-link-display)) | 600 | ("C-c n l t" . org-toggle-link-display) |
601 | ("C-c t" . org-agenda-todo)) | ||
601 | 602 | ||
602 | 603 | ||
603 | ;; Make org heading bullets look nicer | 604 | ;; Make org heading bullets look nicer |