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

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

[elpa] externals/cursory b56692ff79 2/2: Simplify sample config of curso


From: ELPA Syncer
Subject: [elpa] externals/cursory b56692ff79 2/2: Simplify sample config of cursory-presets
Date: Thu, 5 May 2022 10:57:24 -0400 (EDT)

branch: externals/cursory
commit b56692ff79ee5335d7d2f852043a4e3d45735e8d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Simplify sample config of cursory-presets
---
 README.org | 35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

diff --git a/README.org b/README.org
index a6dd83bec7..e024861e9b 100644
--- a/README.org
+++ b/README.org
@@ -144,23 +144,24 @@ Remember to read the doc string of each of these 
variables or functions.
 (require 'cursory)
 
 (setq cursory-presets
-      '((bar . ( :cursor-type (bar . 2)
-                 :cursor-in-non-selected-windows hollow
-                 :blink-cursor-blinks 10
-                 :blink-cursor-interval 0.5
-                 :blink-cursor-delay 0.2))
-
-        (box  . ( :cursor-type box
-                  :cursor-in-non-selected-windows hollow
-                  :blink-cursor-blinks 10
-                  :blink-cursor-interval 0.5
-                  :blink-cursor-delay 0.2))
-
-        (underscore . ( :cursor-type (hbar . 3)
-                        :cursor-in-non-selected-windows hollow
-                        :blink-cursor-blinks 50
-                        :blink-cursor-interval 0.2
-                        :blink-cursor-delay 0.2))))
+      '((bar
+         :cursor-type (bar . 2)
+         :cursor-in-non-selected-windows hollow
+         :blink-cursor-blinks 10
+         :blink-cursor-interval 0.5
+         :blink-cursor-delay 0.2)
+        (box
+         :cursor-type box
+         :cursor-in-non-selected-windows hollow
+         :blink-cursor-blinks 10
+         :blink-cursor-interval 0.5
+         :blink-cursor-delay 0.2)
+        (underscore
+         :cursor-type (hbar . 3)
+         :cursor-in-non-selected-windows hollow
+         :blink-cursor-blinks 50
+         :blink-cursor-interval 0.2
+         :blink-cursor-delay 0.2)))
 
 (setq cursory-latest-state-file (locate-user-emacs-file 
"cursory-latest-state"))
 



reply via email to

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