X-Git-Url: https://iankelling.org/git/?p=visible-mark;a=blobdiff_plain;f=visible-mark.el;h=cf14098328976cf640aa995852a130e5b35366e5;hp=5f9781b14629ef8243997f072dd51956e6c0b8d4;hb=a584db9bc88953b23a9648b3e14ade90767207f8;hpb=80a3159bb5f944388543becd713ef955aa4893bf diff --git a/visible-mark.el b/visible-mark.el index 5f9781b..cf14098 100644 --- a/visible-mark.el +++ b/visible-mark.el @@ -34,6 +34,9 @@ ;; ;; Allows setting the number of marks to display, and the faces to display them. ;; +;; A good blog post was written introducing this package: +;; http://pragmaticemacs.com/emacs/regions-marks-and-visual-mark/ +;; ;; Example installation: ;; ;; 1. Put this file in Emacs's load-path @@ -49,7 +52,7 @@ ;; '((((type tty) (class mono))) ;; (t (:background "magenta"))) "") ;; (setq visible-mark-max 2) -;; (setq visible-mark-faces `(visible-mark-face1 my-visible-mark-face2)) +;; (setq visible-mark-faces `(visible-mark-face1 visible-mark-face2)) ;; ;; ;; Additional useful functions like unpoping the mark are at