Ver a proveniência

emacs.el: do not indent automatically in yaml-mode

pull/1/head
10sr há 10 anos
ascendente
cometimento
cb74fc2aa9
1 ficheiros alterados com 5 adições e 0 eliminações
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el Ver ficheiro

@@ -969,6 +969,11 @@ found, otherwise returns nil."
(setq auto-mode-alist (append '(("PKGBUILD\\'" . pkgbuild-mode))
auto-mode-alist)))

(add-hook 'yaml-mode-hook
(lambda ()
(define-key yaml-mode-map (kbd "C-m")
'newline)))

(add-hook 'html-mode-hook
(lambda ()
(define-key html-mode-map (kbd "C-m")


Carregando…
Cancelar
Guardar