From 0d0f6ccddc36646657e6ba0dc06ecae5ca293a95 Mon Sep 17 00:00:00 2001 From: luxick Date: Tue, 15 Jul 2025 16:42:21 +0200 Subject: [PATCH] Update cursor type --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 9152ad1..48a8081 100644 --- a/init.el +++ b/init.el @@ -132,7 +132,7 @@ ;; Configure the cursor (setq-default - cursor-type 'bar + cursor-type 'box indent-tabs-mode nil cursor-in-non-selected-windows nil) (blink-cursor-mode 0) @@ -221,6 +221,8 @@ (use-package multiple-cursors :straight t + :init + (setq mc/always-run-for-all t) :bind (("C-S-c C-S-c" . mc/edit-lines) ("C->" . mc/mark-next-like-this)