Skip to content

Commit

Permalink
Restore alphabetical order in markdown doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Oct 25, 2015
1 parent ec7a318 commit 405dc66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layers/+lang/markdown/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ Will work on both org-mode and any mode that accepts plain html."
"m<" 'markdown-exdent-region
;; Buffer-wide commands
"mc]" 'markdown-complete-buffer
"mcc" 'markdown-check-refs
"mce" 'markdown-export
"mcm" 'markdown-other-window
"mcn" 'markdown-cleanup-list-numbers
"mco" 'markdown-open
"mcp" 'markdown-preview
"mce" 'markdown-export
"mcv" 'markdown-export-and-preview
"mco" 'markdown-open
"mcw" 'markdown-kill-ring-save
"mcc" 'markdown-check-refs
"mcn" 'markdown-cleanup-list-numbers
;; headings
"mhi" 'markdown-insert-header-dwim
"mhI" 'markdown-insert-header-setext-dwim
Expand Down

0 comments on commit 405dc66

Please sign in to comment.