update packages and add valign

This commit is contained in:
2026-04-05 20:00:27 +02:00
parent b062fb98e3
commit 03fb00e374
640 changed files with 109768 additions and 39311 deletions

View File

@@ -1,4 +1,4 @@
;;; mc-separate-operations.el - functions that work differently on each cursor -*- lexical-binding: t; -*-
;;; mc-separate-operations.el --- Functions that work differently on each cursor -*- lexical-binding: t; -*-
;; Copyright (C) 2012-2016 Magnar Sveen
@@ -118,7 +118,7 @@
(interactive)
(unless (use-region-p)
(mc/execute-command-for-all-cursors 'mark-sexp))
(setq mc--strings-to-replace (sort (mc--ordered-region-strings) 'string<))
(setq mc--strings-to-replace (sort (mc--ordered-region-strings) #'string<))
(mc--replace-region-strings))