emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/pacmacs cd50cff10c 448/472: Disable cursor for score table


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs cd50cff10c 448/472: Disable cursor for score table (#203)
Date: Thu, 6 Jan 2022 21:59:47 -0500 (EST)

branch: elpa/pacmacs
commit cd50cff10c21635fcc34e11f696a92ab21101f45
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Disable cursor for score table (#203)
---
 pacmacs.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pacmacs.el b/pacmacs.el
index 3e6b7fac6c..db2a54cbe2 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -748,6 +748,7 @@
   (text-mode)
   (read-only-mode 1)
   (setq truncate-lines t)
+  (setq cursor-type nil)
 
   (pacmacs--load-map-sign "scores")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]