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

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

[elpa] externals/org-remark 498354ace4 67/67: docs: README with configur


From: ELPA Syncer
Subject: [elpa] externals/org-remark 498354ace4 67/67: docs: README with configuration for nov.el
Date: Sat, 22 Jul 2023 06:59:05 -0400 (EDT)

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

    docs: README with configuration for nov.el
---
 README.org | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.org b/README.org
index 320fd993ec..bb81f89ff6 100644
--- a/README.org
+++ b/README.org
@@ -72,6 +72,10 @@ After installation, we suggest you put the setup below in 
your configuration.
   ;; Optional if you would like to highlight websites via eww-mode
   (with-eval-after-load 'eww
     (org-remark-eww-mode +1))
+
+  ;; Optional if you would like to highlight EPUB books via nov.el
+  (with-eval-after-load 'nov
+    (org-remark-nov-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]