mirror of
https://codeberg.org/scip/mark-copy-yank-things-mode.git
synced 2025-12-16 20:10:58 +01:00
fixed inv filename
This commit is contained in:
@@ -61,7 +61,7 @@ https://github.com/magnars/expand-region.el.
|
|||||||
|
|
||||||
#### Install:
|
#### Install:
|
||||||
|
|
||||||
To use, save mcyt.el to a directory in your load-path.
|
To use, save mark-copy-yank-things-mode.el to a directory in your load-path.
|
||||||
|
|
||||||
Add something like this to your config:
|
Add something like this to your config:
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
;;; mcyt.el --- mark, copy, yank things
|
;;; mark-copy-yank-things-mode.el --- mark, copy, yank things
|
||||||
|
|
||||||
;; Copyright (C) 2017, T.v.Dein <tlinden@cpan.org>
|
;; Copyright (C) 2017, T.v.Dein <tlinden@cpan.org>
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
|
|
||||||
;;;; Install:
|
;;;; Install:
|
||||||
|
|
||||||
;; To use, save mcyt.el to a directory in your load-path.
|
;; To use, save mark-copy-yank-things-mode.el to a directory in your load-path.
|
||||||
|
|
||||||
;; Add something like this to your config:
|
;; Add something like this to your config:
|
||||||
|
|
||||||
@@ -665,4 +665,4 @@ below and place the cursor on the end of copied comment"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
;;; mcyt.el ends here
|
;;; mark-copy-yank-things-mode.el ends here
|
||||||
|
|||||||
Reference in New Issue
Block a user