瀏覽代碼

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


Loading…
取消
儲存