[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-remark 8c3238902b 54/75: docs: keybinding sync with
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-remark 8c3238902b 54/75: docs: keybinding sync with README |
Date: |
Fri, 6 Oct 2023 12:59:20 -0400 (EDT) |
branch: externals/org-remark
commit 8c3238902b3237349063e2984af13619a4e64386
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>
docs: keybinding sync with README
---
docs/org-remark.org | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/org-remark.org b/docs/org-remark.org
index 956bc0a494..7c8bb15f90 100644
--- a/docs/org-remark.org
+++ b/docs/org-remark.org
@@ -90,7 +90,8 @@ Below are example keybindings you might like to consider:
(define-key org-remark-mode-map (kbd "C-c n o") #'org-remark-open)
(define-key org-remark-mode-map (kbd "C-c n ]") #'org-remark-view-next)
(define-key org-remark-mode-map (kbd "C-c n [") #'org-remark-view-prev)
- (define-key org-remark-mode-map (kbd "C-c n r") #'org-remark-remove))
+ (define-key org-remark-mode-map (kbd "C-c n r") #'org-remark-remove)
+ (define-key org-remark-mode-map (kbd "C-c n d") #'org-remark-delete))
#+end_src
* Getting Started
- [elpa] externals/org-remark 193fe279ea 49/75: feat(line):add line-number as a property to the highlight headline, (continued)
- [elpa] externals/org-remark 193fe279ea 49/75: feat(line):add line-number as a property to the highlight headline, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark f7031507db 15/75: fix: defgeneric seems needed anyway.., ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark d72fa0ef45 70/75: fix: regression next/prev-view opens the notes when there is none, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 2b68d4748c 51/75: Merge branch 'main' into dev/line-highlight, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 833d909264 61/75: docs: NEWS for the current development branch (WIP), ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark cfaf02d823 72/75: docs: minor update to README and article on SVG icon, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark cbc26304a8 23/75: refactor: add org-remark-default-features to automatically load, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark f37ddb69e7 22/75: fix(change): force trigger of notes buffer face, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark d606d80a47 29/75: refactor: move highlights-delay-load to org-remark.el, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 335293a03e 41/75: style(line):Clean up comments, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 8c3238902b 54/75: docs: keybinding sync with README,
ELPA Syncer <=
- [elpa] externals/org-remark e904b53b2c 60/75: refactor: silence compilier warning, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark af03b2103e 50/75: docs: Docstring for org-remark-default-features, etc., ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 16622af0c0 66/75: fix: add org-remark-find-overlay-at-point to local hook, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 2fd1025490 63/75: fix: Regression. Delete only removes., ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 8020d33380 47/75: docs: organize customizing groups, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 4e57d99e2d 68/75: fix: use space display specification instead of a string of \s, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 3997025261 33/75: feat: icons for line-hl get their default face when notes exit, ELPA Syncer, 2023/10/06