Add a new keybinding for org-preview-latex-fragment

The keybinding I chose is <space> m X. l, L and x were taken already.
This commit is contained in:
William Robson 2017-05-01 11:40:48 +01:00 committed by syl20bnr
parent 3b4aff8cdb
commit 52275b4778
2 changed files with 3 additions and 0 deletions

View File

@ -298,6 +298,7 @@ To permanently enable mode line display of org clock, add this snippet to your
| ~SPC m R~ | org-refile |
| ~SPC m s~ | org-schedule |
| ~SPC m T~ | org-show-todo-tree |
| ~SPC m X~ | org-preview-latex-fragment |
| ~SPC m L~ | org-shiftright |
| ~SPC m H~ | org-shiftleft |
| ~SPC m K~ | org-shiftup |

View File

@ -188,6 +188,8 @@ Will work on both org-mode and any mode that accepts plain html."
"." 'org-time-stamp
"!" 'org-time-stamp-inactive
"X" 'org-preview-latex-fragment
;; headings
"hi" 'org-insert-heading-after-current
"hI" 'org-insert-heading