Skip to content

Commit

Permalink
Update vsc-multiple-cursors.el
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Jan 17, 2024
1 parent 3a5321a commit 3914e19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vsc-multiple-cursors.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; vsc-multiple-cursors.el --- multiple-curosrs integration behave like VSCode -*- lexical-binding: t; -*-
;;; vsc-multiple-cursors.el --- multiple-cursors integration behave like VSCode -*- lexical-binding: t; -*-

;; Copyright (C) 2022-2024 Shen, Jen-Chieh

Expand Down Expand Up @@ -26,15 +26,15 @@

;;; Commentary:
;;
;; multiple-curosrs integration behave like VSCode.
;; multiple-cursors integration behave like VSCode.
;;

;;; Code:

(require 'multiple-cursors)

(defgroup vsc-multiple-cursors nil
"VSCode integration multiple-curosrs."
"VSCode integration multiple-cursors."
:prefix "vsc-multiple-cursors-"
:group 'convenience
:group 'tools
Expand Down

0 comments on commit 3914e19

Please sign in to comment.