diff options
Diffstat (limited to 'emacs/.emacs.d/init/ycp-org.el')
-rw-r--r-- | emacs/.emacs.d/init/ycp-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el index ea95d2a..6385a46 100644 --- a/emacs/.emacs.d/init/ycp-org.el +++ b/emacs/.emacs.d/init/ycp-org.el @@ -532,7 +532,7 @@ (my-keybind nov-mode-map "M-n" #'org-remark-next "M-p" #'org-remark-prev - "<return>" #'my-org-remark-open-or-create + "M" #'my-org-remark-open-or-create "o" #'org-remark-view "d" #'org-remark-delete) (with-eval-after-load 'nov |