From 7b8da6d8ca375d1c6e188e67ba9f237174d53bfc Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Wed, 30 Oct 2024 10:26:37 +0200 Subject: [PATCH 1/2] Replace 0 with nil --- lisp/icejam-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/icejam-themes.el b/lisp/icejam-themes.el index 32eb4db..0bd6c05 100644 --- a/lisp/icejam-themes.el +++ b/lisp/icejam-themes.el @@ -50,7 +50,7 @@ ;; (load-theme 'catppuccin t t)) ;; Disable cursor blinking -(blink-cursor-mode 0) +(blink-cursor-mode nil) ;; My own theme modifications: (with-eval-after-load 'base16-theme From 657498afd488edcac3eb7816d7a20073a8f23d5f Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Wed, 30 Oct 2024 11:54:41 +0200 Subject: [PATCH 2/2] Yeah it doesn't work --- lisp/icejam-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/icejam-themes.el b/lisp/icejam-themes.el index 0bd6c05..32eb4db 100644 --- a/lisp/icejam-themes.el +++ b/lisp/icejam-themes.el @@ -50,7 +50,7 @@ ;; (load-theme 'catppuccin t t)) ;; Disable cursor blinking -(blink-cursor-mode nil) +(blink-cursor-mode 0) ;; My own theme modifications: (with-eval-after-load 'base16-theme