浏览代码

emacs.el: Do not enable reindent when pressing C-m

pull/15/head
10sr 8 年前
父节点
当前提交
ed0d048a4d
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el 查看文件

@@ -964,7 +964,10 @@ IF OK-IF-ALREADY-EXISTS is true force download."

(set-variable 'sh-here-document-word "__EOC__")

(when (autoload-eval-lazily 'adoc-mode)
(when (autoload-eval-lazily 'adoc-mode
nil
(defvar adoc-mode-map (make-sparse-keymap))
(define-key adoc-mode-map (kbd "C-m") 'newline))
(setq auto-mode-alist
`(("\\.adoc\\'" . adoc-mode)
("\\.asciidoc\\'" . adoc-mode)


正在加载...
取消
保存