working system

This commit is contained in:
Charlie Root 2024-09-06 11:42:11 +02:00
commit e0ad4ea627
53 changed files with 2927 additions and 0 deletions

13
.mc-lists.el Normal file
View file

@ -0,0 +1,13 @@
;; This file is automatically generated by the multiple-cursors extension.
;; It keeps track of your preferences for running commands with multiple cursors.
(setq mc/cmds-to-run-for-all
'(
evil-insert-line
))
(setq mc/cmds-to-run-once
'(
evil-backward-char
evil-insert
))