org: add `SPC m i n` binding for org-add-note

This commit is contained in:
Tommi Komulainen 2018-03-17 22:20:20 +01:00 committed by Codruț Constantin Gușoi
parent e3c6772a49
commit 885f561673
2 changed files with 2 additions and 0 deletions

View File

@ -434,6 +434,7 @@ are also available.
| ~SPC m i h~ | org-insert-heading |
| ~SPC m i K~ | spacemacs/insert-keybinding-org |
| ~SPC m i l~ | org-insert-link |
| ~SPC m i n~ | org-add-note |
| ~SPC m i p~ | org-set-property |
| ~SPC m i s~ | org-insert-subheading |
| ~SPC m i t~ | org-set-tags |

View File

@ -292,6 +292,7 @@ Will work on both org-mode and any mode that accepts plain html."
"iH" 'org-insert-heading-after-current
"iK" 'spacemacs/insert-keybinding-org
"il" 'org-insert-link
"in" 'org-add-note
"ip" 'org-set-property
"is" 'org-insert-subheading
"it" 'org-set-tags