mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: nvmap l 'org-insert-link
This commit is contained in:
@ -280,7 +280,7 @@
|
|||||||
:n "a" 'org-agenda
|
:n "a" 'org-agenda
|
||||||
:n "d" 'org-time-stamp
|
:n "d" 'org-time-stamp
|
||||||
:n "e" 'org-edit-special
|
:n "e" 'org-edit-special
|
||||||
:n "l" 'org-insert-link
|
:nv "l" 'org-insert-link
|
||||||
:n "n" (λ! (if (buffer-narrowed-p) (widen) (org-narrow-to-subtree)))
|
:n "n" (λ! (if (buffer-narrowed-p) (widen) (org-narrow-to-subtree)))
|
||||||
:n "r" 'org-refile
|
:n "r" 'org-refile
|
||||||
:n "s" 'org-schedule
|
:n "s" 'org-schedule
|
||||||
|
Reference in New Issue
Block a user