aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-24 23:52:50 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-24 23:52:50 -0400
commit0459ccd99cae984a3185572234dea9df306492ab (patch)
tree9ae8ae18d15f9b54dde58db0e7e058e172467778 /init.el
parentMisc comment fix (diff)
downloadmmosmacs-0459ccd99cae984a3185572234dea9df306492ab.tar.gz
mmosmacs-0459ccd99cae984a3185572234dea9df306492ab.tar.bz2
mmosmacs-0459ccd99cae984a3185572234dea9df306492ab.zip
Fix a few org keybinds
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 233682e..6461698 100644
--- a/init.el
+++ b/init.el
@@ -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