diff options
author | JSDurand <mmemmew@gmail.com> | 2022-11-14 01:47:24 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-11-14 01:47:24 +0800 |
commit | 20a7c878922305e4fa676041b0e80048d00ce80e (patch) | |
tree | d80ae79f11dc9631b63f1e96428c2714b86a12fa /bongo.el | |
parent | 687a1fa8890da895c830177826c4258d9843fcb7 (diff) |
bongo: disable cursor in the seek buffer
* bongo.el ("durand-bongo-seek"): Disable cursor in the seek buffer,
as it looks cleaner this way.
Diffstat (limited to 'bongo.el')
-rw-r--r-- | bongo.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -456,6 +456,7 @@ insert an action track at point." (select-window (get-buffer-window bongo-seek-buffer)))) (bongo-seek-mode) (setq buffer-read-only t) + (setq cursor-type nil) (bongo-seek-redisplay) (durand-bongo-seek-start-timer-maybe))) |