summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-11-14 01:47:24 +0800
committerJSDurand <mmemmew@gmail.com>2022-11-14 01:47:24 +0800
commit20a7c878922305e4fa676041b0e80048d00ce80e (patch)
treed80ae79f11dc9631b63f1e96428c2714b86a12fa
parent687a1fa8890da895c830177826c4258d9843fcb7 (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.
-rw-r--r--bongo.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/bongo.el b/bongo.el
index 67c96d6..902433f 100644
--- a/bongo.el
+++ b/bongo.el
@@ -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)))