mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Make keybindings for markdown-mode more consistent with other modes
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
(require 'siren-fci)
|
||||
(require 'siren-flyspell)
|
||||
(require 'siren-linum)
|
||||
(require 'siren-move-dup)
|
||||
(require 'siren-smartparens)
|
||||
|
||||
(use-package markdown-mode
|
||||
@@ -20,7 +21,11 @@
|
||||
"\\.markdown"
|
||||
|
||||
:bind (:map markdown-mode-map
|
||||
("C-c p" . markdown-preview))
|
||||
("C-c p" . markdown-preview)
|
||||
("M-p" . md-move-lines-up)
|
||||
("M-n" . md-move-lines-down)
|
||||
("M-P" . markdown-previous-link)
|
||||
("M-N" . markdown-next-link))
|
||||
|
||||
:hook
|
||||
(markdown-mode . siren-markdown-mode-setup)
|
||||
|
||||
Reference in New Issue
Block a user