Bind org-toggle-link-display to C-c l

This commit is contained in:
Gergely Polonkai 2016-11-09 10:14:19 +01:00
parent 4b582382fd
commit 6b170ac52f
1 changed files with 2 additions and 1 deletions

View File

@ -336,7 +336,8 @@
("a" . org-agenda-list)
("c" . org-capture)
:map org-mode-map
("SPC" . org-space-key)))
("SPC" . org-space-key)
("C-c l" . org-toggle-link-display)))
(use-package org-bullets
:ensure t