From 4c972a652c898fcd759e533b6bf69c1680554db5 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 23 Mar 2017 18:41:01 +0100 Subject: [PATCH] fixed inv filename --- README.md | 2 +- mark-copy-yank-things-mode.el | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c69ebc5..c7023a2 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ https://github.com/magnars/expand-region.el. #### 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: diff --git a/mark-copy-yank-things-mode.el b/mark-copy-yank-things-mode.el index 5c3481f..6e3ed07 100644 --- a/mark-copy-yank-things-mode.el +++ b/mark-copy-yank-things-mode.el @@ -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 @@ -86,7 +86,7 @@ ;;;; 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: @@ -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