diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-11-08 22:46:53 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-11-08 22:46:53 -0500 |
commit | 4046dc8c50279b1a29aa295c8dd3d1954b07869f (patch) | |
tree | 630244f4fb99ffe830b9733ac2f8b7e888ab801e | |
parent | de1a0631db3eea47c9f66c8119f4226c6b4ead07 (diff) | |
download | emacs.d-4046dc8c50279b1a29aa295c8dd3d1954b07869f.tar.gz |
Autoload km/org-goto
-rw-r--r-- | lisp/km-org.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/km-org.el b/lisp/km-org.el index 9cc1ff5..5360b7c 100644 --- a/lisp/km-org.el +++ b/lisp/km-org.el @@ -310,6 +310,7 @@ called through the speed command interface." (save-excursion (call-interactively #'org-open-at-point))) +;;;###autoload (defun km/org-goto () "Like `org-goto', but act on widened buffer. If point ends up outside the previously narrowed region, leave |