emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-remark 8b99586643 35/37: docs: fix README for org-r


From: ELPA Syncer
Subject: [elpa] externals/org-remark 8b99586643 35/37: docs: fix README for org-remark-eww set up
Date: Sat, 14 Jan 2023 10:58:03 -0500 (EST)

branch: externals/org-remark
commit 8b99586643f7ca5533d0743fb707a33120050ef7
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    docs: fix README for org-remark-eww set up
---
 README.org | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.org b/README.org
index e80cbdb047..0a8107220e 100644
--- a/README.org
+++ b/README.org
@@ -66,6 +66,10 @@ After installation, we suggest you put the setup below in 
your configuration.
 
 #+begin_src emacs-lisp
   (org-remark-global-tracking-mode +1)
+
+  ;; Optional if you would like to highlight websites via eww-mode
+  (with-eval-after-load 'eww
+    (org-remark-eww-mode +1))
 #+end_src
 
 Unless you explicitly load ~org~ during Emacs initialization, I suggest to 
defer loading ~org-remark~ (thus there is no ~(require 'org-remark)~ in the 
example above). This is because it will also pull in ~org~, which can slow down 
initialization. You can control the timing of loading ~org-remark~ by 
autoloading some commands in a similar way with the example keybindings below.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]