Update cursor type

This commit is contained in:
2025-07-15 16:42:21 +02:00
parent d47329adeb
commit 0d0f6ccddc

View File

@@ -132,7 +132,7 @@
;; Configure the cursor ;; Configure the cursor
(setq-default (setq-default
cursor-type 'bar cursor-type 'box
indent-tabs-mode nil indent-tabs-mode nil
cursor-in-non-selected-windows nil) cursor-in-non-selected-windows nil)
(blink-cursor-mode 0) (blink-cursor-mode 0)
@@ -221,6 +221,8 @@
(use-package multiple-cursors (use-package multiple-cursors
:straight t :straight t
:init
(setq mc/always-run-for-all t)
:bind :bind
(("C-S-c C-S-c" . mc/edit-lines) (("C-S-c C-S-c" . mc/edit-lines)
("C->" . mc/mark-next-like-this) ("C->" . mc/mark-next-like-this)