[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-visual-mark-mode 1dbd2a98f6 10/29: Fix up metadata to
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-visual-mark-mode 1dbd2a98f6 10/29: Fix up metadata to keep package.el happy |
Date: |
Mon, 9 Oct 2023 13:01:38 -0400 (EDT) |
branch: elpa/evil-visual-mark-mode
commit 1dbd2a98f604e5627c8720cfd5a0b5a339af8556
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>
Fix up metadata to keep package.el happy
---
evil-visual-mark-mode.el | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/evil-visual-mark-mode.el b/evil-visual-mark-mode.el
index 7d9eafdbc1..7f7d16cb44 100644
--- a/evil-visual-mark-mode.el
+++ b/evil-visual-mark-mode.el
@@ -1,5 +1,4 @@
-;;; evil-visual-mark-mode --- Display evil marks on buffer
-;;; Commentary:
+;;; evil-visual-mark-mode.el --- Display evil marks on buffer
;; Copyright (C) 2015 Roman Gonzalez.
@@ -22,6 +21,17 @@
;; GNU General Public License along with this program. If not, see
;; <http://www.gnu.org/licenses/>.
+;;; Commentary:
+
+;; evil-visual-mark-mode displays all the evil marks you have
+;; registered on a buffer. The purpose of this extension is to enhance
+;; the marks in a buffer, normally when you set a mark on a position
+;; is because you figured you are going to come back later, also you
+;; would like to track all your important functions without having to
+;; follow each marker.
+
+;;; Code:
+
(require 'evil)
(require 'dash)
@@ -69,11 +79,11 @@ This function is called when enabling the
evil-visual-marker-mode."
(marker (cdr it))
(new-item (list nil nil))
(new-overlay (evil-visual-mark-make-overlay marker)))
-
+
(setf (car new-item) letter)
(setf (cdr new-item) new-overlay)
-
+
new-item))))))
@@ -166,4 +176,4 @@ This updates the overlays that show the evil marks on
buffer."
(provide 'evil-visual-mark-mode)
-;;; evil-visual-mark-mode ends here
+;;; evil-visual-mark-mode.el ends here
- [nongnu] elpa/evil-visual-mark-mode 328e3e1204 07/29: Add evil to the list of Package-Requires, (continued)
- [nongnu] elpa/evil-visual-mark-mode 328e3e1204 07/29: Add evil to the list of Package-Requires, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode d15ab87029 27/29: Bump version to 0.0.4, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 72f762402f 22/29: Follow comments from @Dewdrops around exclude marks, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode f0e3e11ae0 02/29: Add Screenshot, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 8f72c92a3b 13/29: Only visualize marks in normal state when minor mode is enabled, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 4bb580e929 19/29: Change font color to a hex number (fix #5), ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode c9e881e3a1 21/29: Add by default ^, [ and ] to the exclude mark list, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 10bc9ce661 28/29: Merge pull request #11 from skangas/bump-version, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 8d4dde92d8 01/29: First commit of evil-visual-mark-mode, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 3de01766e5 05/29: fix typo, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 1dbd2a98f6 10/29: Fix up metadata to keep package.el happy,
ELPA Syncer <=
- [nongnu] elpa/evil-visual-mark-mode 3f5657a027 11/29: Merge pull request #2 from purcell/patch-1, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 545fdfa6a6 09/29: Add autoload to minor-mode, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode bc7d29d7c2 23/29: Merge pull request #6 from roman/mark-exclusion-kaizen, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 6ca54d3750 25/29: Treat local markers and global markers differently, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode a16d407515 17/29: Add a user option to allow some marks not to be displayed, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 7c18caab1c 04/29: `defvar' form cannot have named arguments, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 2bbaaae56a 29/29: advice evil-delete-marks to refresh visual marks, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 43273f27f7 12/29: fix typo, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 094ee37599 24/29: Bump to v0.0.3, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode cb7793d191 08/29: Rename face var to have the same name as the mode, ELPA Syncer, 2023/10/09