branch: externals/svg-tag-mode
commit 0125ceca29f45b29c51888885043951c2e32322f
Author: Nicolas P. Rougier <[email protected]>
Commit: Nicolas P. Rougier <[email protected]>
Fix README
---
README.org | 4 ++--
example-2.el | 12 +++++++++---
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index 5f3297a27a..84c6abd715 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,7 @@
** SVG tag minor mode (Emacs)
A small minor mode to replace keywords or regular expression with SVG rounded
-box labels. See [[file:/example.el][example.el]] for example usage.
+box labels. See [[file:example-1.el][example-1.el]] and
[[file:example-2.el][example-2.el]] for example usage.
*** Installation
@@ -13,7 +13,7 @@ box labels. See [[file:/example.el][example.el]] for example
usage.
*** Demonstration
-Open [[file:/example.el][example.el]] and evaluate buffer (*M-x
evaluate-buffer*)
+Open [[file:example-1.el][example-1.el]] and evaluate buffer (*M-x
evaluate-buffer*)
*SVG tag mode on*
[[./svg-tag-on.png]]
diff --git a/example-2.el b/example-2.el
index 69e91ff0ba..0e98fd8acc 100644
--- a/example-2.el
+++ b/example-2.el
@@ -31,7 +31,7 @@
"Face for DONE svg tag" :group nil)
(defface svg-tag-date-face
- '((t :foreground "white" :background "#B0BEC5" :box "#B0BEC5"
+ '((t :foreground "black" :background "#ECEFF1" :box "#ECEFF1"
:family "Roboto Mono" :weight light :height 120))
"Face for date svg tag" :group nil)
@@ -70,9 +70,15 @@
(svg-tag-mode 1)
-;; To do: TODO NEXT HOLD DONE
-;; Tags: @MEETING:@NOTE:
+;; To do: TODO NEXT HOLD DONE
+;; Tags: :@MEETING:@NOTE:
;; Priorities: [#A] [#B] [#C]
;; Date: <2020-11-07 Sat>
+;; DONE Make a pull request on melpa <2020-11-07
Sat>
+;; NEXT Wait for review
+;; TODO Post on Reddit
+
+
+