diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-11-23 09:38:43 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-11-23 09:38:43 -0500 |
commit | c655ef75ecfac52ea45e928ee09bb5fb125aab24 (patch) | |
tree | 7a93958778d83dd1953a192456ace629c7adf0e0 | |
parent | 5fbfb62936ae960d72e56d612dbe15497e5e1860 (diff) | |
download | emacsconf-el-c655ef75ecfac52ea45e928ee09bb5fb125aab24.tar.xz emacsconf-el-c655ef75ecfac52ea45e928ee09bb5fb125aab24.zip |
add autoload cookie
-rw-r--r-- | emacsconf-subed.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacsconf-subed.el b/emacsconf-subed.el index c1cef79..de5f033 100644 --- a/emacsconf-subed.el +++ b/emacsconf-subed.el @@ -335,6 +335,7 @@ Create it if necessary." map) "Map for splitting.") +;;;###autoload (defun emacsconf-subed-split () "Use transient map for splitting subtitles." (interactive) |