diff options
author | JSDurand <mmemmew@gmail.com> | 2022-01-29 19:13:21 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-01-29 19:13:42 +0800 |
commit | d96af7fa0231ed697fc3dfbaa42a40a45a93cd3d (patch) | |
tree | 7dd802d86356c2784bdabbee540d89bd4cf1987c /text-conf.el | |
parent | 9a665974c00bec7848e49b2e87a93e21f6cc4241 (diff) |
Refactor: save something and tidy things up.
* bongo.el: Try to implement a mechanism to play subtitles along with
the music, but it is not yet finished.
* subed-conf.el: Make it work.
* text-conf.el (insert-section-heading): Delete unnecessary debugging
mechanisms.
Diffstat (limited to 'text-conf.el')
-rw-r--r-- | text-conf.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/text-conf.el b/text-conf.el index ad0d78f..5bf2218 100644 --- a/text-conf.el +++ b/text-conf.el @@ -43,8 +43,6 @@ exactly the current ilne." (goto-char (line-end-position)) (newline) (while (< index floor-length) - (message "index: %s" index) - (message "floor: %s" floor-length) (insert heading) (setq index (1+ index))) (insert remainder-string)))) |