소스 검색

Use electric-indent-just-newline for C-m in gfm-mode

pull/15/head
10sr 9 년 전
부모
커밋
442690867e
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +6
    -1
      emacs.el

+ 6
- 1
emacs.el 파일 보기

@@ -1249,7 +1249,12 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(lambda ()
(outline-minor-mode 1)
(flyspell-mode)
(set (make-local-variable 'comment-start) ";"))))
(set (make-local-variable 'comment-start) ";")))
(add-hook 'gfm-mode-hook
(lambda ()
(define-key gfm-mode-map (kbd "C-m") 'electric-indent-just-newline)
;;(electric-indent-mode 0)
)))

;; c-mode
;; http://www.emacswiki.org/emacs/IndentingC


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