[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.
- [elpa] externals/org-remark f1ea78bcf1 47/67: refactor: highlight-add, (continued)
- [elpa] externals/org-remark f1ea78bcf1 47/67: refactor: highlight-add, ELPA Syncer, 2023/07/22
- [elpa] externals/org-remark f21ab48aad 62/67: refactor: simple name replace org-remark-get-epub-source, ELPA Syncer, 2023/07/22
- [elpa] externals/org-remark 160de610f8 64/67: fix: make sure new top-level headline is appended, ELPA Syncer, 2023/07/22
- [elpa] externals/org-remark fea8103b9b 65/67: fix(legacy): compilation warning #66, ELPA Syncer, 2023/07/22
- [elpa] externals/org-remark 32149d5135 25/67: fix: Exclude pdfs from default file type #57, ELPA Syncer, 2023/07/22
- [elpa] externals/org-remark 14996bc1ce 30/67: refactor: notes-set-properties & new-headline, ELPA Syncer, 2023/07/22
- [elpa] externals/org-remark 356c87468a 31/67: feature(nov) find-source and link correctly (WIP), ELPA Syncer, 2023/07/22
- [elpa] externals/org-remark 0d4902f9eb 43/67: docs: flymake, ELPA Syncer, 2023/07/22
- [elpa] externals/org-remark d7ae7158bd 48/67: fix(adjust-position) newline char prevent string match, ELPA Syncer, 2023/07/22
- [elpa] externals/org-remark 4900be37ba 57/67: docs: Fix erroneous newline, ELPA Syncer, 2023/07/22
- [elpa] externals/org-remark 498354ace4 67/67: docs: README with configuration for nov.el,
ELPA Syncer <=