소스 검색

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)


불러오는 중...
취소
저장