summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-05-14 15:29:00 -0400
committerAmin Bandali <bandali@gnu.org>2019-05-14 15:29:00 -0400
commit34c6cf4cacc185bf961bd191f6fbddffe6144261 (patch)
tree347b49e2a8fbe5900c203900f7bbd2fe65f2a4fb /.emacs.d
parent318aaea93157046b868008b6bbf65afaca2de01d (diff)
downloadconfigs-34c6cf4cacc185bf961bd191f6fbddffe6144261.tar.gz
configs-34c6cf4cacc185bf961bd191f6fbddffe6144261.tar.xz
configs-34c6cf4cacc185bf961bd191f6fbddffe6144261.zip
emacs: add M-O binding to toggle org link display
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index a5bb25e..b7a433d 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -547,6 +547,7 @@ For disabling the behaviour for certain buffers and/or modes."
(("C-c a o a" . org-agenda)
:map org-mode-map
("M-L" . org-insert-last-stored-link)
+ ("M-O" . org-toggle-link-display)
("s-T" . org-todo))
:hook ((org-mode . org-indent-mode)
(org-mode . auto-fill-mode)