Selaa lähdekoodia

Remove markdown-electric-backquote keybind

master
10sr 5 vuotta sitten
vanhempi
commit
32a86f14f8
Allekirjoittanut: 10sr GPG Key ID: 7BEC428194130EB2
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Näytä tiedosto

@@ -1542,7 +1542,9 @@ found, otherwise returns nil."
(when (autoload-eval-lazily 'markdown-mode
'(markdown-mode gfm-mode)
(defvar gfm-mode-map (make-sparse-keymap))
(define-key gfm-mode-map (kbd "C-m") 'electric-indent-just-newline))
(define-key gfm-mode-map (kbd "C-m") 'electric-indent-just-newline)
(define-key gfm-mode-map "`" nil) ;; markdown-electric-backquote
)
(add-to-list 'auto-mode-alist (cons "\\.md\\'" 'gfm-mode))
(set-variable 'markdown-command (or (executable-find "markdown")
(executable-find "markdown.pl")


Ladataan…
Peruuta
Tallenna