mirror of
https://codeberg.org/scip/mark-copy-yank-things-mode.git
synced 2026-02-04 08:10:58 +01:00
moving to codeberg (#1)
This commit is contained in:
@@ -114,7 +114,7 @@ You may also directly customize the key bindings, e.g:
|
|||||||
|
|
||||||
#### Reporting Bugs:
|
#### Reporting Bugs:
|
||||||
|
|
||||||
Open https://github.com/tlinden/mark-copy-yank-things/issues and
|
Open https://codeberg.org/scip/mark-copy-yank-things/issues and
|
||||||
file a new issue.
|
file a new issue.
|
||||||
|
|
||||||
#### Similar Tools:
|
#### Similar Tools:
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
;; Version: 0.04
|
;; Version: 0.04
|
||||||
;; Author: T.v.Dein <tlinden@cpan.org>
|
;; Author: T.v.Dein <tlinden@cpan.org>
|
||||||
;; Keywords: copy yank mark things
|
;; Keywords: copy yank mark things
|
||||||
;; URL: https://github.com/tlinden/mark-copy-yank-things
|
;; URL: https://codeberg.org/scip/mark-copy-yank-things
|
||||||
;; License: GNU General Public License >= 2
|
;; License: GNU General Public License >= 2
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
@@ -131,7 +131,7 @@
|
|||||||
|
|
||||||
;;;; Reporting Bugs:
|
;;;; Reporting Bugs:
|
||||||
|
|
||||||
;; Open https://github.com/tlinden/mark-copy-yank-things/issues and
|
;; Open https://codeberg.org/scip/mark-copy-yank-things/issues and
|
||||||
;; file a new issue
|
;; file a new issue
|
||||||
;;; Code
|
;;; Code
|
||||||
;;;; Dependencies
|
;;;; Dependencies
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
"Kill first, ask later - an emacs mode for killing things quickly"
|
"Kill first, ask later - an emacs mode for killing things quickly"
|
||||||
:group 'extensions
|
:group 'extensions
|
||||||
:group 'tools
|
:group 'tools
|
||||||
:link '(url-link :tag "Repository" "https://github.com/tlinden/mark-copy-yank-things"))
|
:link '(url-link :tag "Repository" "https://codeberg.org/scip/mark-copy-yank-things"))
|
||||||
|
|
||||||
(defvar mark-copy-yank-things-mode-map (make-sparse-keymap)
|
(defvar mark-copy-yank-things-mode-map (make-sparse-keymap)
|
||||||
"Keymap for the MCYT minor mode.")
|
"Keymap for the MCYT minor mode.")
|
||||||
|
|||||||
Reference in New Issue
Block a user