diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-02-13 01:25:41 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-02-13 01:25:41 -0500 |
commit | b40644ebad460a2043f4d54c751c7884d725447a (patch) | |
tree | 166f0230d3cfeb50ed89d936ca139fb8e4446c9f | |
parent | 20d3ab3c0ad75690ccb67f206674d2dcaa4ee578 (diff) | |
download | org-link-edit-b40644ebad460a2043f4d54c751c7884d725447a.tar.gz |
Revise commentary
-rw-r--r-- | org-link-edit.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org-link-edit.el b/org-link-edit.el index e9538a5..b30a04b 100644 --- a/org-link-edit.el +++ b/org-link-edit.el @@ -40,9 +40,9 @@ ;; be used frequently enough to be worthy of a short, repeat-friendly ;; binding. Using Hydra [1] provides a nice solution to this. After ;; an initial key sequence, any of the commands will be repeatable -;; with a single key. (Plus, you get a nice interface that reminds -;; you of the keys). Below is one example of how you could configure -;; this. +;; with a single key. (Plus, you get a nice interface that displays +;; the key for each command.) Below is one example of how you could +;; configure this. ;; ;; (define-key org-mode-map YOUR-KEY ;; (defhydra hydra-org-link-edit () |