From 20a7c878922305e4fa676041b0e80048d00ce80e Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 14 Nov 2022 01:47:24 +0800 Subject: bongo: disable cursor in the seek buffer * bongo.el ("durand-bongo-seek"): Disable cursor in the seek buffer, as it looks cleaner this way. --- bongo.el | 1 + 1 file changed, 1 insertion(+) 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))) -- cgit v1.2.3-18-g5258