ソースを参照

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

pull/1/head
10sr 10年前
コミット
cb74fc2aa9
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el ファイルの表示

@@ -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")


読み込み中…
キャンセル
保存